|
Oracle Application Server 10g HTTPClient API Reference 10g (9.0.4) B12022-01 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
HTTPClient.Util.defaultPort(String) use URI.defaultPort() instead | |
HTTPClient.HTTPResponse.getEffectiveURL() use getEffectiveURI() instead | |
HTTPClient.Response.getEffectiveURL() use getEffectiveURI() instead | |
HTTPClient.HTTPResponse.getServer() This method is a remnant of V0.1; use getHeader("Server") instead. | |
HTTPClient.Response.setEffectiveURL(URL) use setEffectiveURI() instead | |
HTTPClient.HTTPConnection.setRawMode(boolean) This is not really needed anymore; in V0.2 request were synchronous and therefore to do pipelining you needed to disable the processing of responses. |
Deprecated Constructors | |
HTTPClient.HTTPConnection(URL, boolean) This constructor has been deprecated. Please use the HTTPConnection(URL) constructor. OracleSSL is the default SSL provider for HTTPS connections. To change this default, use HTTPConnection.setSSLSocketFactory. |
|
| ||||||||
PREV NEXT | FRAMES NO FRAMES |