|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RequestCallback | The primary interface a caller must implement to receive a response to a
Request. |
| Class Summary | |
|---|---|
| Header | Class for describing an HTTP header. |
| Request | An HTTP request that is waiting for a response. |
| RequestBuilder | Builder for constructing Request objects. |
| RequestBuilder.Method | HTTP request method constants. |
| Response | Wrapper which provides access to the components of an HTTP response. |
| URL | Utility class for the encoding and decoding URLs in their entirety or by their individual components. |
| UrlBuilder | Utility class to build a URL from components. |
| Exception Summary | |
|---|---|
| RequestException | RequestException is the superclass for the HTTP request related exceptions. |
| RequestPermissionException | Exception thrown when the RequestBuilder attempts to make a request
to a URL which violates the Same-Origin Security
Policy. |
| RequestTimeoutException | Thrown to indicate that an HTTP request has timed out. |
Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses.
Most applications will be interested in the Request, RequestBuilder,
RequestCallback and Response classes.
www.foo.com cannot access
content from www.bar.com. For more details please see, Same-Origin Security
Policy.
RequestBuilder.setTimeoutMillis(int).
com.google.gwt.http.HTTP module.
RequestCallback instance should be written.
RequestBuilder send a request other than GET or POST?
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||