See: Description
Interface | Description |
---|---|
RequestCallback |
The primary interface a caller must implement to receive a response to a
Request . |
Class | Description |
---|---|
Header |
Class for describing an HTTP header.
|
Header |
Class for describing an HTTP header.
|
Request |
An HTTP request that is waiting for a response.
|
Request |
An HTTP request that is waiting for a response.
|
RequestBuilder |
Builder for constructing
Request objects. |
RequestBuilder |
Builder for constructing
Request objects. |
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.
|
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.
|
Response |
Wrapper which provides access to the components of an HTTP response.
|
Response |
Wrapper which provides access to the components of an HTTP response.
|
ResponseImpl |
A
Response implementation based on a XMLHttpRequest . |
StringValidator |
Utility class for validating strings.
|
URL |
Utility class for the encoding and decoding URLs in their entirety or by
their individual components.
|
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.
|
UrlBuilder |
Utility class to build a URL from components.
|
Exception | Description |
---|---|
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.
|
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?Copyright © 2018. All rights reserved.