Package | Description |
---|---|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ResponseImpl
A
Response implementation based on a XMLHttpRequest . |
Modifier and Type | Method and Description |
---|---|
(package private) Response |
Request.RequestImpl.createResponse(XMLHttpRequest xmlHttpRequest)
Creates a
Response instance for the given JavaScript XmlHttpRequest object. |
(package private) Response |
Request.RequestImplIE8And9.createResponse(XMLHttpRequest xmlHttpRequest) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCallback.onResponseReceived(Request request,
Response response)
Called when a pending
Request completes
normally. |