Skip navigation links
A C D G H L O R S U V X 

A

abort() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Aborts the current request.

C

call() - Method in interface org.gwtproject.xhr.client.XMLHttpRequest.Function
 
clearOnReadyStateChange() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
create() - Static method in class org.gwtproject.xhr.client.XMLHttpRequest
Creates an XMLHttpRequest object.

D

DONE - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
The DONE state is the state of the object when either the data transfer has been completed or something went wrong during the transfer (infinite redirects for instance).

G

getAllResponseHeaders() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets all the HTTP response headers, as a single string.
getReadyState() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Get's the current ready-state.
getResponseArrayBuffer() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Get the response as an ArrayBuffer.
getResponseHeader(String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets an HTTP response header.
getResponseText() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets the response text.
getResponseType() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets the response type.
getResponseTypeString() - Method in enum org.gwtproject.xhr.client.XMLHttpRequest.ResponseType
 
getStatus() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets the status code.
getStatusText() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Gets the status text.

H

HEADERS_RECEIVED - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
The HEADERS_RECEIVED state is the state of the object when all response headers have been received.

L

LOADING - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
The LOADING state is the state of the object when the response entity body is being received.

O

onReadyStateChange(XMLHttpRequest) - Method in interface org.gwtproject.xhr.client.ReadyStateChangeHandler
This is called whenever the state of the XMLHttpRequest changes.
onreadystatechange - Variable in class org.gwtproject.xhr.client.XMLHttpRequest
the onreadystatechange function of the request
open(String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
open(String, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
open(String, String, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
open(String, String, boolean) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous or a synchronous connection.
open(String, String, boolean, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous or a synchronous connection.
open(String, String, boolean, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Opens an asynchronous or a synchronous connection.
OPENED - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
The OPENED state is the state of the object when the open() method has been successfully invoked.
org.gwtproject.xhr.client - package org.gwtproject.xhr.client
Classes to support Javascript's XMLHttpRequest.

R

ReadyStateChangeHandler - Interface in org.gwtproject.xhr.client
A ready-state callback for an XMLHttpRequest object.
response - Variable in class org.gwtproject.xhr.client.XMLHttpRequest
the response object contains the body of the response

S

send() - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Initiates a request with no request data.
send(String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Initiates a request with data.
setOnReadyStateChange(ReadyStateChangeHandler) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Sets the ReadyStateChangeHandler to be notified when the object's ready-state changes.
setRequestHeader(String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Sets a request header.
setResponseType(XMLHttpRequest.ResponseType) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Sets the response type.
setResponseType(String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Sets the response type.
setWithCredentials(boolean) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
Sets withCredentials attribute.

U

UNSENT - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
When constructed, the XMLHttpRequest object must be in the UNSENT state.

V

valueOf(String) - Static method in enum org.gwtproject.xhr.client.XMLHttpRequest.ResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gwtproject.xhr.client.XMLHttpRequest.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLHttpRequest - Class in org.gwtproject.xhr.client
The native XMLHttpRequest object.
XMLHttpRequest() - Constructor for class org.gwtproject.xhr.client.XMLHttpRequest
 
XMLHttpRequest.Function - Interface in org.gwtproject.xhr.client
A callback function to map the Javascript function
XMLHttpRequest.ResponseType - Enum in org.gwtproject.xhr.client
The type of response expected from the XHR.
A C D G H L O R S U V X 
Skip navigation links

Copyright © 2019–2020 The GWT Authors. All rights reserved.