Package | Description |
---|---|
com.google.gwt.xhr.client |
Classes to support Javascript's XMLHttpRequest.
|
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest.ResponseType |
XMLHttpRequest.ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLHttpRequest.ResponseType[] |
XMLHttpRequest.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLHttpRequest.setResponseType(XMLHttpRequest.ResponseType responseType)
Sets the response type.
|