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 classBasicSSLSessionInfoBasic SSL session information.classConnectionSSLSessionInfoSSL 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 SSLSessionInfoServerConnection. getSslSessionInfo()Gets SSL information about the connection.Methods in io.undertow.server with parameters of type SSLSessionInfo Modifier and Type Method Description abstract voidServerConnection. 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 SSLSessionInfoAjpServerConnection. getSslSessionInfo()Methods in io.undertow.server.protocol.ajp with parameters of type SSLSessionInfo Modifier and Type Method Description voidAjpServerConnection. 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 SSLSessionInfoHttpServerConnection. getSslSessionInfo()Methods in io.undertow.server.protocol.http with parameters of type SSLSessionInfo Modifier and Type Method Description voidHttpServerConnection. 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 SSLSessionInfoHttp2ServerConnection. getSslSessionInfo()Methods in io.undertow.server.protocol.http2 with parameters of type SSLSessionInfo Modifier and Type Method Description voidHttp2ServerConnection. setSslSessionInfo(SSLSessionInfo sessionInfo)
-