Uses of Class
com.google.gwt.http.client.Response
Package
Description
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
-
Uses of Response in com.google.gwt.http.client
Modifier and TypeClassDescription(package private) class
AResponse
implementation based on aXMLHttpRequest
.Modifier and TypeMethodDescription(package private) Response
Request.RequestImpl.createResponse
(XMLHttpRequest xmlHttpRequest) Deprecated.Creates aResponse
instance for the given JavaScript XmlHttpRequest object.Modifier and TypeMethodDescriptionvoid
RequestCallback.onResponseReceived
(Request request, Response response) Called when a pendingRequest
completes normally.