Uses of Class
com.microsoft.tfs.core.httpclient.params.HttpConnectionParams

Packages that use HttpConnectionParams
com.microsoft.tfs.core.config.httpclient.internal   
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.params HttpClient preferences framework. 
com.microsoft.tfs.core.httpclient.protocol Provides protocol specific socket factory handling. 
 

Uses of HttpConnectionParams in com.microsoft.tfs.core.config.httpclient.internal
 

Methods in com.microsoft.tfs.core.config.httpclient.internal with parameters of type HttpConnectionParams
 java.net.Socket DefaultSSLProtocolSocketFactory.createSocket(java.net.Socket socket, java.lang.String host, int port, HttpConnectionParams params, boolean autoClose)
          Returns a socket connected to the given host that is layered over an existing socket.
 java.net.Socket DefaultSSLProtocolSocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpConnectionParams params)
          Gets a new socket connection to the given host.
 

Uses of HttpConnectionParams in com.microsoft.tfs.core.httpclient
 

Methods in com.microsoft.tfs.core.httpclient that return HttpConnectionParams
 HttpConnectionParams HttpConnection.getParams()
          Returns HTTP protocol parameters associated with this method.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpConnectionParams
 void HttpConnection.setParams(HttpConnectionParams params)
          Assigns HTTP protocol parameters for this method.
 

Uses of HttpConnectionParams in com.microsoft.tfs.core.httpclient.params
 

Subclasses of HttpConnectionParams in com.microsoft.tfs.core.httpclient.params
 class HttpConnectionManagerParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.
 

Uses of HttpConnectionParams in com.microsoft.tfs.core.httpclient.protocol
 

Methods in com.microsoft.tfs.core.httpclient.protocol with parameters of type HttpConnectionParams
 java.net.Socket SecureProtocolSocketFactory.createSocket(java.net.Socket socket, java.lang.String host, int port, HttpConnectionParams params, boolean autoClose)
          Returns a socket connected to the given host that is layered over an existing socket.
 java.net.Socket SSLProtocolSocketFactory.createSocket(java.net.Socket socket, java.lang.String host, int port, HttpConnectionParams params, boolean autoClose)
           
 java.net.Socket SSLProtocolSocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 java.net.Socket ProtocolSocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpConnectionParams params)
          Gets a new socket connection to the given host.
 java.net.Socket DefaultProtocolSocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 



© 2015 Microsoft. All rights reserved.