Deprecated API

Deprecated Methods
HTTPClient.Util.defaultPort(String)
          use URI.defaultPort() instead 
HTTPClient.HTTPResponse.getEffectiveURL()
          use getEffectiveURI() instead 
HTTPClient.Response.getEffectiveURL()
          use getEffectiveURI() instead 
org.mortbay.util.ThreadPool.getMaxSize()
          use getMaxThreads 
org.mortbay.util.ThreadPool.getMinSize()
          use getMinThreads 
HTTPClient.HTTPResponse.getServer()
          This method is a remnant of V0.1; use getHeader("Server") instead. 
org.mortbay.util.ThreadPool.getSize()
          use getThreads 
HTTPClient.Response.setEffectiveURL(URL)
          use setEffectiveURI() instead 
org.mortbay.util.ThreadPool.setMaxSize(int)
          use setMaxThreads 
org.mortbay.util.ThreadPool.setMinSize(int)
          use setMinThreads 
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. 
 



Copyright © GNU, wttools developers Team.