ExtensibleTrustManager |
Provides an extensible composite TrustManager
The trust manager can be extended with implementations of the following interfaces:
- TlsTrustManagerProvider
- TlsCertificateProvider
|
HttpClientFactory |
Factory class to create Jetty http clients
|
TlsCertificateProvider |
Provides a certificate for the given host name
Implement this interface to request the framework to use a specific certificate for the given host
NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionality
|
TlsProvider |
Provides some TLS validation implementation for the given host name
You should implement one of children of this interface, in order to request the framework to use a specific
implementation for the given host.
|
TlsTrustManagerProvider |
Provides a trust manager for the given host name
Implement this interface to request the framework to use a specific trust manager for the given host
NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionality
|
WebSocketFactory |
Factory class to create Jetty web socket clients
|