Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


Deprecated API

Deprecated Classes
HTTPClient.Log
          This class is deprecated, HTTPClient now uses JDK 1.4 standard logging. 

 

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.HTTPConnection.getSSLCredential()
            
HTTPClient.Log.isEnabled(int)
            
HTTPClient.Response.setEffectiveURL(URL)
          use setEffectiveURI() instead 
HTTPClient.Log.setLogging(int, boolean)
            
HTTPClient.Log.setLogWriter(Writer, boolean)
            
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. 
HTTPClient.HTTPConnection.setSSLCredential(Object)
            
HTTPClient.HTTPConnection.setSSLEnabledCipherSuites(String[])
            
HTTPClient.Log.write(int, String)
            
HTTPClient.Log.write(int, String, ByteArrayOutputStream)
            
HTTPClient.Log.write(int, String, Throwable)
            

 

Deprecated Constructors
HTTPClient.HTTPConnection(URL, boolean)
          This constructor has been deprecated. Please use the HTTPConnection(URL) constructor. JSSE is the default SSL provider for HTTPS connections. To change this default, use HTTPConnection.setSSLSocketFactory. 

 


Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


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