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) classResponseImplAResponseimplementation based on aXMLHttpRequest.Methods in com.google.gwt.http.client that return Response Modifier and Type Method Description (package private) ResponseRequest.RequestImpl. createResponse(XMLHttpRequest xmlHttpRequest)Deprecated.Creates aResponseinstance for the given JavaScript XmlHttpRequest object.Methods in com.google.gwt.http.client with parameters of type Response Modifier and Type Method Description voidRequestCallback. onResponseReceived(Request request, Response response)Called when a pendingRequestcompletes normally.
-