Package | Description |
---|---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
UrlBuilder
Utility class to build a URL from components.
|
Class and Description |
---|
RequestBuilder
Builder for constructing
Request objects. |
RequestCallback
The primary interface a caller must implement to receive a response to a
Request . |
Class and Description |
---|
RequestBuilder
Builder for constructing
Request objects. |
RequestCallback
The primary interface a caller must implement to receive a response to a
Request . |