Uses of Package
org.eclipse.jetty.io.ssl
-
Packages that use org.eclipse.jetty.io.ssl Package Description org.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.server Jetty Server : Core Server API -
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.io.ssl Class Description ALPNProcessor 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.SslConnection.DecryptedEndPoint SslConnection.FillState SslConnection.FlushState SslConnection.HandshakeState SslHandshakeListener Implementations of this interface are notified of TLS handshake events.SslHandshakeListener.Event The event object carrying information about TLS handshake events. -
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.server Class Description 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.