|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolSocketFactory | |
---|---|
com.microsoft.tfs.core.config.httpclient.internal | |
com.microsoft.tfs.core.httpclient.protocol | Provides protocol specific socket factory handling. |
Uses of ProtocolSocketFactory in com.microsoft.tfs.core.config.httpclient.internal |
---|
Classes in com.microsoft.tfs.core.config.httpclient.internal that implement ProtocolSocketFactory | |
---|---|
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 ProtocolSocketFactory in com.microsoft.tfs.core.httpclient.protocol |
---|
Subinterfaces of ProtocolSocketFactory in com.microsoft.tfs.core.httpclient.protocol | |
---|---|
interface |
SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure. |
Classes in com.microsoft.tfs.core.httpclient.protocol that implement ProtocolSocketFactory | |
---|---|
class |
DefaultProtocolSocketFactory
The default class for creating protocol sockets. |
class |
SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets. |
Methods in com.microsoft.tfs.core.httpclient.protocol that return ProtocolSocketFactory | |
---|---|
ProtocolSocketFactory |
Protocol.getSocketFactory()
Returns the socketFactory. |
Constructors in com.microsoft.tfs.core.httpclient.protocol with parameters of type ProtocolSocketFactory | |
---|---|
Protocol(java.lang.String scheme,
ProtocolSocketFactory factory,
int defaultPort)
Constructs a new Protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |