Uses of Interface
org.eclipse.jetty.io.EndPoint.SslSessionData
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.client
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.client.transport.internal
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.fcgi.client.transport.internal
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.http2.client.transport.internal
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionstatic EndPoint.SslSessionData
EndPoint.SslSessionData.from
(SSLSession sslSession, String sslSessionId, String cipherSuite, X509Certificate[] peerCertificates) default EndPoint.SslSessionData
EndPoint.getSslSessionData()
Returns the SslSessionData of a secure end point.static EndPoint.SslSessionData
EndPoint.SslSessionData.withCipherSuite
(EndPoint.SslSessionData baseData, String cipherSuite) static EndPoint.SslSessionData
EndPoint.SslSessionData.withSslSessionId
(EndPoint.SslSessionData baseData, String sslSessionId) Modifier and TypeMethodDescriptionstatic EndPoint.SslSessionData
EndPoint.SslSessionData.withCipherSuite
(EndPoint.SslSessionData baseData, String cipherSuite) static EndPoint.SslSessionData
EndPoint.SslSessionData.withSslSessionId
(EndPoint.SslSessionData baseData, String sslSessionId) -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.io.ssl
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.quic.common
-
Uses of EndPoint.SslSessionData in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionprotected Request
SecureRequestCustomizer.newSecureRequest
(Request request, EndPoint.SslSessionData sslSessionData) ModifierConstructorDescriptionProxyEndPoint
(EndPoint endPoint, SocketAddress local, SocketAddress remote, Map<Integer, byte[]> tlvs, EndPoint.SslSessionData sslSessionData) protected
SecureRequestWithSslSessionData
(Request request, EndPoint.SslSessionData sslSessionData)