Uses of Package
com.google.gwt.http.client
-
Packages that use com.google.gwt.http.client 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. -
Classes in com.google.gwt.http.client used by com.google.gwt.http.client Class 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 aRequest
.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 Class Description UrlBuilder Utility class to build a URL from components. -
Classes in com.google.gwt.http.client used by com.google.gwt.user.client.rpc Class Description RequestBuilder Builder for constructingRequest
objects.RequestCallback The primary interface a caller must implement to receive a response to aRequest
. -
Classes in com.google.gwt.http.client used by com.google.web.bindery.requestfactory.gwt.client Class Description RequestBuilder Builder for constructingRequest
objects.RequestCallback The primary interface a caller must implement to receive a response to aRequest
.