Uses of Class
org.exoplatform.common.http.client.HTTPConnection

Packages that use HTTPConnection
org.exoplatform.common.http.client   
 

Uses of HTTPConnection in org.exoplatform.common.http.client
 

Fields in org.exoplatform.common.http.client declared as HTTPConnection
protected  HTTPConnection HttpURLConnection.con
          the current connection
 

Methods in org.exoplatform.common.http.client that return HTTPConnection
 HTTPConnection Request.getConnection()
           
 HTTPConnection RoRequest.getConnection()
           
protected  HTTPConnection HttpURLConnection.getConnection(java.net.URL url)
          Returns an HTTPConnection.
 

Methods in org.exoplatform.common.http.client with parameters of type HTTPConnection
 void Request.setConnection(HTTPConnection con)
           
 

Constructors in org.exoplatform.common.http.client with parameters of type HTTPConnection
Request(HTTPConnection con, java.lang.String method, java.lang.String req_uri, NVPair[] headers, byte[] data, HttpOutputStream stream, boolean allow_ui)
          Creates a new request structure.
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.