| Method and Description |
|---|
| 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.
|
Copyright © 2019 eXo Platform SAS. All Rights Reserved.