Package org.eclipse.jetty.io.ssl
package org.eclipse.jetty.io.ssl
Jetty IO : Core SSL Support
-
ClassDescriptionClient-side interface used by ServiceLoader.Server-side interface used by ServiceLoader.A ClientConnectionFactory that creates client-side
SslConnection
instances.A factory forSSLEngine
objects.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.Implementations of this interface are notified of TLS handshake events.The event object carrying information about TLS handshake events.