Class SynchronousXHR
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.xhr.client.XMLHttpRequest
com.vaadin.terminal.gwt.client.SynchronousXHR
public class SynchronousXHR- extends com.google.gwt.xhr.client.XMLHttpRequest
Fields inherited from class com.google.gwt.xhr.client.XMLHttpRequest |
DONE, HEADERS_RECEIVED, LOADING, OPENED, UNSENT |
Methods inherited from class com.google.gwt.xhr.client.XMLHttpRequest |
abort, clearOnReadyStateChange, create, getAllResponseHeaders, getReadyState, getResponseHeader, getResponseText, getStatus, getStatusText, open, open, open, send, send, setOnReadyStateChange, setRequestHeader |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
SynchronousXHR
protected SynchronousXHR()
synchronousPost
public final void synchronousPost(String uri,
String requestData)