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 forSSLEngineobjects.SslHandshakeListener Implementations of this interface are notified of TLS handshake events. -
Class Summary Class Description SslClientConnectionFactory A ClientConnectionFactory that creates client-sideSslConnectioninstances.SslConnection A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnectionlike HttpConnection) that wants unencrypted data.SslHandshakeListener.Event The event object carrying information about TLS handshake events.