Uses of Class
com.google.gwt.http.client.Response
-
Packages that use Response Package Description com.google.gwt.http.client 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
Subclasses of Response in com.google.gwt.http.client Modifier and Type Class Description (package private) class
ResponseImpl
AResponse
implementation based on aXMLHttpRequest
.Methods in com.google.gwt.http.client that return Response Modifier and Type Method Description (package private) Response
Request.RequestImpl. createResponse(XMLHttpRequest xmlHttpRequest)
Deprecated.Creates aResponse
instance for the given JavaScript XmlHttpRequest object.Methods in com.google.gwt.http.client with parameters of type Response Modifier and Type Method Description void
RequestCallback. onResponseReceived(Request request, Response response)
Called when a pendingRequest
completes normally.
-