Uses of Interface
org.eclipse.jetty.io.EndPoint.SslSessionData
Packages that use 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
Methods in org.eclipse.jetty.client that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.client.transport.internal
Methods in org.eclipse.jetty.client.transport.internal that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.fcgi.client.transport.internal
Methods in org.eclipse.jetty.fcgi.client.transport.internal that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.http2.client.transport.internal
Methods in org.eclipse.jetty.http2.client.transport.internal that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return EndPoint.SslSessionDataModifier 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) Methods in org.eclipse.jetty.io with parameters of type EndPoint.SslSessionDataModifier 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
Methods in org.eclipse.jetty.io.ssl that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return EndPoint.SslSessionData -
Uses of EndPoint.SslSessionData in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return EndPoint.SslSessionDataMethods in org.eclipse.jetty.server with parameters of type EndPoint.SslSessionDataModifier and TypeMethodDescriptionprotected Request
SecureRequestCustomizer.newSecureRequest
(Request request, EndPoint.SslSessionData sslSessionData) Constructors in org.eclipse.jetty.server with parameters of type EndPoint.SslSessionDataModifierConstructorDescriptionProxyEndPoint
(EndPoint endPoint, SocketAddress local, SocketAddress remote, Map<Integer, byte[]> tlvs, EndPoint.SslSessionData sslSessionData) protected
SecureRequestWithSslSessionData
(Request request, EndPoint.SslSessionData sslSessionData)