Uses of Interface
io.undertow.server.SSLSessionInfo
-
Packages that use SSLSessionInfo Package Description io.undertow.server io.undertow.server.protocol.ajp io.undertow.server.protocol.http io.undertow.server.protocol.http2 -
-
Uses of SSLSessionInfo in io.undertow.server
Classes in io.undertow.server that implement SSLSessionInfo Modifier and Type Class Description class
BasicSSLSessionInfo
Basic SSL session information.class
ConnectionSSLSessionInfo
SSL session information that is read directly from the SSL session of the XNIO connectionMethods in io.undertow.server that return SSLSessionInfo Modifier and Type Method Description abstract SSLSessionInfo
ServerConnection. getSslSessionInfo()
Gets SSL information about the connection.Methods in io.undertow.server with parameters of type SSLSessionInfo Modifier and Type Method Description abstract 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 SSLSessionInfo Modifier and Type Method Description SSLSessionInfo
AjpServerConnection. getSslSessionInfo()
Methods in io.undertow.server.protocol.ajp with parameters of type SSLSessionInfo Modifier and Type Method Description void
AjpServerConnection. setSslSessionInfo(SSLSessionInfo sessionInfo)
-
Uses of SSLSessionInfo in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return SSLSessionInfo Modifier and Type Method Description SSLSessionInfo
HttpServerConnection. getSslSessionInfo()
Methods in io.undertow.server.protocol.http with parameters of type SSLSessionInfo Modifier and Type Method Description void
HttpServerConnection. setSslSessionInfo(SSLSessionInfo sessionInfo)
-
Uses of SSLSessionInfo in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 that return SSLSessionInfo Modifier and Type Method Description SSLSessionInfo
Http2ServerConnection. getSslSessionInfo()
Methods in io.undertow.server.protocol.http2 with parameters of type SSLSessionInfo Modifier and Type Method Description void
Http2ServerConnection. setSslSessionInfo(SSLSessionInfo sessionInfo)
-