Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


Deprecated API

Deprecated Methods
HTTPClient.Util.defaultPort(String)
          use URI.defaultPort() instead 
HTTPClient.Response.getEffectiveURL()
          use getEffectiveURI() instead 
HTTPClient.HTTPResponse.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. 

 


Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


Copyright © 2004, 2005, Oracle. All rights reserved.