Uses of Class
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpConnectionParams

Packages that use HttpConnectionParams
edu.internet2.middleware.grouperClient.ssl   
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params HttpClient preferences framework. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Uses of HttpConnectionParams in edu.internet2.middleware.grouperClient.ssl
 

Methods in edu.internet2.middleware.grouperClient.ssl with parameters of type HttpConnectionParams
 Socket EasySslSocketFactory.createSocket(String host, int port, InetAddress clientHost, int clientPort, HttpConnectionParams arg4)
           
 

Uses of HttpConnectionParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient that return HttpConnectionParams
 HttpConnectionParams HttpConnection.getParams()
          Returns HTTP protocol parameters associated with this method.
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient with parameters of type HttpConnectionParams
 void HttpConnection.setParams(HttpConnectionParams params)
          Assigns HTTP protocol parameters for this method.
 

Uses of HttpConnectionParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params
 

Subclasses of HttpConnectionParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params
 class HttpConnectionManagerParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.
 

Uses of HttpConnectionParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol with parameters of type HttpConnectionParams
 Socket DefaultProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 Socket ProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Gets a new socket connection to the given host.
 Socket SSLProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 



Copyright © 2012 Internet2. All Rights Reserved.