eXo WS :: Commons Utils 2.4.0-Alpha1

Deprecated API


Contents
Deprecated Methods
org.exoplatform.common.http.client.Util.defaultPort(String)
          use URI.defaultPort() instead 
org.exoplatform.common.http.client.HTTPConnection.Get(String, String)
           
org.exoplatform.common.http.client.HTTPConnection.Get(String, String, NVPair[])
           
org.exoplatform.common.http.client.HTTPResponse.getEffectiveURL()
          use getEffectiveURI() instead 
org.exoplatform.common.http.client.Response.getEffectiveURL()
          use getEffectiveURI() instead 
org.exoplatform.common.http.client.HTTPResponse.getServer()
          This method is a remnant of V0.1; use getHeader("Server") instead. 
org.exoplatform.common.http.client.Response.setEffectiveURL(URL)
          use setEffectiveURI() instead 
org.exoplatform.common.http.client.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. 
 


eXo WS :: Commons Utils 2.4.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.