Uses of Interface
javax.net.ssl.SSLSessionContext
Packages that use SSLSessionContext
-
Uses of SSLSessionContext in javax.net.ssl
Methods in javax.net.ssl that return SSLSessionContextModifier and TypeMethodDescriptionprotected abstract SSLSessionContext
SSLContextSpi.engineGetClientSessionContext()
Returns a clientSSLSessionContext
object for this context.protected abstract SSLSessionContext
SSLContextSpi.engineGetServerSessionContext()
Returns a serverSSLSessionContext
object for this context.final SSLSessionContext
SSLContext.getClientSessionContext()
Returns the client session context, which represents the set of SSL sessions available for use during the handshake phase of client-side SSL sockets.final SSLSessionContext
SSLContext.getServerSessionContext()
Returns the server session context, which represents the set of SSL sessions available for use during the handshake phase of server-side SSL sockets.SSLSession.getSessionContext()
Returns the context in which this session is bound.