com.vaadin.terminal.gwt.client.


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

Field Summary
 
Fields inherited from class com.google.gwt.xhr.client.XMLHttpRequest
DONE, HEADERS_RECEIVED, LOADING, OPENED, UNSENT
 
Constructor Summary
protected SynchronousXHR()
           
 
Method Summary
 void synchronousPost(String uri, String requestData)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronousXHR

protected SynchronousXHR()
Method Detail

synchronousPost

public final void synchronousPost(String uri,
                                  String requestData)