Uses of Interface
io.undertow.server.SSLSessionInfo
Packages that use SSLSessionInfo
Package
Description
-
Uses of SSLSessionInfo in io.undertow.server
Classes in io.undertow.server that implement SSLSessionInfoModifier and TypeClassDescriptionclass
Basic SSL session information.class
SSL session information that is read directly from the SSL session of the XNIO connectionMethods in io.undertow.server that return SSLSessionInfoModifier and TypeMethodDescriptionabstract SSLSessionInfo
ServerConnection.getSslSessionInfo()
Gets SSL information about the connection.Methods in io.undertow.server with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionabstract void
ServerConnection.setSslSessionInfo
(SSLSessionInfo sessionInfo) Sets the current SSL information. -
Uses of SSLSessionInfo in io.undertow.server.protocol.ajp
Methods in io.undertow.server.protocol.ajp that return SSLSessionInfoMethods in io.undertow.server.protocol.ajp with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionvoid
AjpServerConnection.setSslSessionInfo
(SSLSessionInfo sessionInfo) -
Uses of SSLSessionInfo in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return SSLSessionInfoMethods in io.undertow.server.protocol.http with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionvoid
HttpServerConnection.setSslSessionInfo
(SSLSessionInfo sessionInfo) -
Uses of SSLSessionInfo in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 that return SSLSessionInfoMethods in io.undertow.server.protocol.http2 with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionvoid
Http2ServerConnection.setSslSessionInfo
(SSLSessionInfo sessionInfo)