Uses of Class
org.exoplatform.common.http.client.HTTPConnection
Packages that use HTTPConnection
-
Uses of HTTPConnection in org.exoplatform.common.http.client
Fields in org.exoplatform.common.http.client declared as HTTPConnectionModifier and TypeFieldDescriptionprotected HTTPConnectionHttpURLConnection.conthe current connectionMethods in org.exoplatform.common.http.client that return HTTPConnectionModifier and TypeMethodDescriptionprotected HTTPConnectionHttpURLConnection.getConnection(URL url) Returns an HTTPConnection.Request.getConnection()RoRequest.getConnection()Methods in org.exoplatform.common.http.client with parameters of type HTTPConnectionConstructors in org.exoplatform.common.http.client with parameters of type HTTPConnectionModifierConstructorDescriptionRequest(HTTPConnection con, String method, String req_uri, NVPair[] headers, byte[] data, HttpOutputStream stream, boolean allow_ui) Creates a new request structure.