| java.lang.Object com.google.gwt.dev.shell.ie.LowLevelIE6
LowLevelIE6 | class LowLevelIE6 (Code) | | Various low-level helper methods for dealing with COM and such.
|
Method Summary | |
public static byte[] | httpGet(String userAgent, String url) Does an HTTP GET that works with Windows proxy settings. | public static synchronized void | init() |
httpGet | public static byte[] httpGet(String userAgent, String url)(Code) | | Does an HTTP GET that works with Windows proxy settings. Set the system
property gwt.debugLowLevelHttpGet to print failure status
codes to stderr.
Parameters: userAgent - the user-agent to specify for the GET Parameters: url - the absolute URL to GET the bytes of the full response (including headers), ornull if there's a problem |
init | public static synchronized void init()(Code) | | |
|
|