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