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