Uses of Interface
com.microsoft.tfs.core.httpclient.protocol.SecureProtocolSocketFactory

Packages that use SecureProtocolSocketFactory
com.microsoft.tfs.core.config.httpclient.internal   
com.microsoft.tfs.core.httpclient.protocol Provides protocol specific socket factory handling. 
 

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

Classes in com.microsoft.tfs.core.config.httpclient.internal that implement SecureProtocolSocketFactory
 class DefaultSSLProtocolSocketFactory
          An SSL socket factory for HTTPClient that tweaks certificate validation, either providing the ability to accept self-signed certificates, or one that includes additional certificates (notably newer well-trusted certificates like the Microsoft Internet Authority certificate, vital for connecting to Azure-hosted TFS servers on platforms that lack the updated Microsoft Internet Authority cert.)
 

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

Classes in com.microsoft.tfs.core.httpclient.protocol that implement SecureProtocolSocketFactory
 class SSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create sockets.
 



© 2015 Microsoft. All rights reserved.