| java.lang.Object com.google.gwt.user.client.impl.HTTPRequestImpl
All known Subclasses: com.google.gwt.user.client.impl.HTTPRequestImplIE6,
Method Summary | |
public boolean | asyncGet(String url, ResponseTextHandler handler) | public boolean | asyncGet(String user, String pwd, String url, ResponseTextHandler handler) | public boolean | asyncPost(String url, String postData, ResponseTextHandler handler) | public boolean | asyncPost(String user, String pwd, String url, String postData, ResponseTextHandler handler) | public JavaScriptObject | createXmlHTTPRequest() | native protected JavaScriptObject | doCreateXmlHTTPRequest() All the supported browsers except for IE instantiate it as shown. |
HTTPRequestImpl | public HTTPRequestImpl()(Code) | | |
doCreateXmlHTTPRequest | native protected JavaScriptObject doCreateXmlHTTPRequest()(Code) | | All the supported browsers except for IE instantiate it as shown.
|
|
|