Uses of Class
com.microsoft.tfs.core.httpclient.protocol.Protocol

Packages that use Protocol
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.protocol Provides protocol specific socket factory handling. 
 

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

Methods in com.microsoft.tfs.core.httpclient that return Protocol
 Protocol HttpHost.getProtocol()
          Returns the protocol.
 Protocol HttpConnection.getProtocol()
          Returns the protocol used to establish the connection.
 Protocol HostConfiguration.getProtocol()
          Returns the protocol.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type Protocol
 void HostConfiguration.setHost(java.lang.String host, int port, Protocol protocol)
          Sets the given host, port and protocol.
 void HostConfiguration.setHost(java.lang.String host, java.lang.String virtualHost, int port, Protocol protocol)
          Deprecated. #setHost(String, int, Protocol)
 void HttpConnection.setProtocol(Protocol protocol)
          Sets the protocol used to establish the connection
 

Constructors in com.microsoft.tfs.core.httpclient with parameters of type Protocol
HttpConnection(java.lang.String host, int port, Protocol protocol)
          Creates a new HTTP connection for the given host and port using the given protocol.
HttpConnection(java.lang.String proxyHost, int proxyPort, java.lang.String host, int port, Protocol protocol)
          Creates a new HTTP connection for the given host with the virtual alias and port via the given proxy host and port using the given protocol.
HttpConnection(java.lang.String proxyHost, int proxyPort, java.lang.String host, java.lang.String virtualHost, int port, Protocol protocol)
          Deprecated. use #HttpConnection(String, int, String, int, Protocol)
HttpConnection(java.lang.String host, java.lang.String virtualHost, int port, Protocol protocol)
          Creates a new HTTP connection for the given host with the virtual alias and port using given protocol.
HttpHost(java.lang.String hostname, int port, Protocol protocol)
          Constructor for HttpHost.
 

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

Methods in com.microsoft.tfs.core.httpclient.protocol that return Protocol
static Protocol Protocol.getProtocol(java.lang.String id)
          Gets the protocol with the given ID.
 

Methods in com.microsoft.tfs.core.httpclient.protocol with parameters of type Protocol
static void Protocol.registerProtocol(java.lang.String id, Protocol protocol)
          Registers a new protocol with the given identifier.
 



© 2015 Microsoft. All rights reserved.