Uses of Class
org.exoplatform.common.http.client.HTTPConnection
-
Packages that use HTTPConnection Package Description org.exoplatform.common.http.client -
-
Uses of HTTPConnection in org.exoplatform.common.http.client
Fields in org.exoplatform.common.http.client declared as HTTPConnection Modifier and Type Field Description protected HTTPConnectionHttpURLConnection. conthe current connectionMethods in org.exoplatform.common.http.client that return HTTPConnection Modifier and Type Method Description protected HTTPConnectionHttpURLConnection. getConnection(URL url)Returns an HTTPConnection.HTTPConnectionRequest. getConnection()HTTPConnectionRoRequest. getConnection()Methods in org.exoplatform.common.http.client with parameters of type HTTPConnection Modifier and Type Method Description voidRequest. setConnection(HTTPConnection con)Constructors in org.exoplatform.common.http.client with parameters of type HTTPConnection Constructor Description Request(HTTPConnection con, String method, String req_uri, NVPair[] headers, byte[] data, HttpOutputStream stream, boolean allow_ui)Creates a new request structure.
-