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.gwt.user.client.rpc.impl |
Class and Description |
---|
Header
Class for describing an HTTP header.
|
Request
An HTTP request that is waiting for a response.
|
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 |
---|
Request
An HTTP request that is waiting for a response.
|
RequestBuilder
Builder for constructing
Request objects. |
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.
|
Copyright © 2018. All rights reserved.