Package org.eclipse.jetty.io.ssl
Jetty IO : Core SSL Support
-
Interface Summary Interface Description ALPNProcessor ALPNProcessor.Client Client-side interface used by ServiceLoader.ALPNProcessor.Server Server-side interface used by ServiceLoader.SslClientConnectionFactory.SslEngineFactory A factory forSSLEngine
objects.SslHandshakeListener Implementations of this interface are notified of TLS handshake events. -
Class Summary Class Description SslClientConnectionFactory A ClientConnectionFactory that creates client-sideSslConnection
instances.SslConnection A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnection
like HttpConnection) that wants unencrypted data.SslHandshakeListener.Event The event object carrying information about TLS handshake events.