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.clientMethods in org.eclipse.jetty.client that return EndPoint.SslSessionData
- 
Uses of EndPoint.SslSessionData in org.eclipse.jetty.ioMethods in org.eclipse.jetty.io that return EndPoint.SslSessionDataModifier and TypeMethodDescriptionstatic EndPoint.SslSessionDataEndPoint.SslSessionData.from(SSLSession sslSession, String sslSessionId, String cipherSuite, X509Certificate[] peerCertificates) default EndPoint.SslSessionDataEndPoint.getSslSessionData()Returns the SslSessionData of a secure end point.static EndPoint.SslSessionDataEndPoint.SslSessionData.withCipherSuite(EndPoint.SslSessionData baseData, String cipherSuite) static EndPoint.SslSessionDataEndPoint.SslSessionData.withSslSessionId(EndPoint.SslSessionData baseData, String sslSessionId) Methods in org.eclipse.jetty.io with parameters of type EndPoint.SslSessionDataModifier and TypeMethodDescriptionstatic EndPoint.SslSessionDataEndPoint.SslSessionData.withCipherSuite(EndPoint.SslSessionData baseData, String cipherSuite) static EndPoint.SslSessionDataEndPoint.SslSessionData.withSslSessionId(EndPoint.SslSessionData baseData, String sslSessionId) 
- 
Uses of EndPoint.SslSessionData in org.eclipse.jetty.io.sslMethods in org.eclipse.jetty.io.ssl that return EndPoint.SslSessionData
- 
Uses of EndPoint.SslSessionData in org.eclipse.jetty.quic.commonMethods in org.eclipse.jetty.quic.common that return EndPoint.SslSessionData
- 
Uses of EndPoint.SslSessionData in org.eclipse.jetty.serverMethods in org.eclipse.jetty.server that return EndPoint.SslSessionDataMethods in org.eclipse.jetty.server with parameters of type EndPoint.SslSessionDataModifier and TypeMethodDescriptionprotected RequestSecureRequestCustomizer.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) protectedSecureRequestWithSslSessionData(Request request, EndPoint.SslSessionData sslSessionData)