Uses of Package
org.eclipse.jetty.io.ssl
Packages that use org.eclipse.jetty.io.ssl
Package
Description
Jetty IO : Core SSL Support
Jetty Server : Core Server API
-
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.alpn.conscrypt.client
-
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.alpn.conscrypt.server
-
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.alpn.java.client
-
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.alpn.java.serverClassDescriptionServer-side interface used by ServiceLoader.Implementations of this interface are notified of TLS handshake events.
-
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.io.sslClassDescriptionA Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an
Connection
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. -
Classes in org.eclipse.jetty.io.ssl used by org.eclipse.jetty.serverClassDescriptionA Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an
Connection
like HttpConnection) that wants unencrypted data.