Uses of Class
com.google.gwt.http.client.Response
Packages that use 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
Subclasses of Response in com.google.gwt.http.clientModifier and TypeClassDescription(package private) classAResponseimplementation based on aXMLHttpRequest.Methods in com.google.gwt.http.client that return ResponseModifier and TypeMethodDescription(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 ResponseModifier and TypeMethodDescriptionvoidRequestCallback.onResponseReceived(Request request, Response response) Called when a pendingRequestcompletes normally.