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 TypeClassDescriptionclassBasic SSL session information.classSSL session information that is read directly from the SSL session of the XNIO connectionMethods in io.undertow.server that return SSLSessionInfoModifier and TypeMethodDescriptionabstract SSLSessionInfoServerConnection.getSslSessionInfo()Gets SSL information about the connection.Methods in io.undertow.server with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionabstract 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 SSLSessionInfoMethods in io.undertow.server.protocol.ajp with parameters of type SSLSessionInfoModifier and TypeMethodDescriptionvoidAjpServerConnection.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 TypeMethodDescriptionvoidHttpServerConnection.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 TypeMethodDescriptionvoidHttp2ServerConnection.setSslSessionInfo(SSLSessionInfo sessionInfo)