| java.lang.Object com.google.gwt.user.client.impl.HTTPRequestImpl com.google.gwt.user.client.impl.HTTPRequestImplIE6
HTTPRequestImplIE6 | class HTTPRequestImplIE6 extends HTTPRequestImpl (Code) | | Internet Explorer 6 implementation of
com.google.gwt.user.client.impl.HttpRequestImpl .
|
Methods inherited from com.google.gwt.user.client.impl.HTTPRequestImpl | public boolean asyncGet(String url, ResponseTextHandler handler)(Code)(Java Doc) public boolean asyncGet(String user, String pwd, String url, ResponseTextHandler handler)(Code)(Java Doc) public boolean asyncPost(String url, String postData, ResponseTextHandler handler)(Code)(Java Doc) public boolean asyncPost(String user, String pwd, String url, String postData, ResponseTextHandler handler)(Code)(Java Doc) public JavaScriptObject createXmlHTTPRequest()(Code)(Java Doc) native protected JavaScriptObject doCreateXmlHTTPRequest()(Code)(Java Doc)
|
|
|