|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.google.gwt.http.client | |
---|---|
com.google.gwt.http.client | Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses. |
com.google.gwt.user.client | Fundamental user-interface classes used in client-side GWT code. |
com.google.gwt.user.client.rpc | Classes used in client-side implementation of remote procedure calls. |
com.google.web.bindery.requestfactory.gwt.client | A package for managing client-server requests. |
Classes in com.google.gwt.http.client used by com.google.gwt.http.client | |
---|---|
Header
Class for describing an HTTP header. |
|
Request
An HTTP request that is waiting for a response. |
|
Request.RequestImpl
Native implementation associated with Request . |
|
RequestBuilder.Method
HTTP request method constants. |
|
RequestCallback
The primary interface a caller must implement to receive a response to a Request . |
|
RequestException
RequestException is the superclass for the HTTP request related exceptions. |
|
Response
Wrapper which provides access to the components of an HTTP response. |
|
UrlBuilder
Utility class to build a URL from components. |
Classes in com.google.gwt.http.client used by com.google.gwt.user.client | |
---|---|
UrlBuilder
Utility class to build a URL from components. |
Classes in com.google.gwt.http.client used by com.google.gwt.user.client.rpc | |
---|---|
RequestBuilder
Builder for constructing Request objects. |
|
RequestCallback
The primary interface a caller must implement to receive a response to a Request . |
Classes in com.google.gwt.http.client used by com.google.web.bindery.requestfactory.gwt.client | |
---|---|
RequestBuilder
Builder for constructing Request objects. |
|
RequestCallback
The primary interface a caller must implement to receive a response to a Request . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |