com.google.gwt.user.client.impl
Class HTTPRequestImpl
java.lang.Object
com.google.gwt.user.client.impl.HTTPRequestImpl
- public class HTTPRequestImpl
- extends Object
Native implementation associated with
HTTPRequest
.
Method Summary |
boolean |
asyncGet(String url,
ResponseTextHandler handler)
|
boolean |
asyncGet(String user,
String pwd,
String url,
ResponseTextHandler handler)
|
boolean |
asyncPost(String url,
String postData,
ResponseTextHandler handler)
|
boolean |
asyncPost(String user,
String pwd,
String url,
String postData,
ResponseTextHandler handler)
|
protected JavaScriptObject |
doCreateXmlHTTPRequest()
All the supported browsers except for IE instantiate it as shown. |
HTTPRequestImpl
public HTTPRequestImpl()
asyncPost
public boolean asyncPost(String url,
String postData,
ResponseTextHandler handler)
asyncPost
public boolean asyncPost(String user,
String pwd,
String url,
String postData,
ResponseTextHandler handler)
asyncGet
public boolean asyncGet(String url,
ResponseTextHandler handler)
asyncGet
public boolean asyncGet(String user,
String pwd,
String url,
ResponseTextHandler handler)
doCreateXmlHTTPRequest
protected JavaScriptObject doCreateXmlHTTPRequest()
- All the supported browsers except for IE instantiate it as shown.
This javadoc distribution was not produced by Google. The official documentation is here.