Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.net.ssl.SSLSessionContext

Uses of SSLSessionContext in javax.net.ssl
 

Methods in javax.net.ssl that return SSLSessionContext
protected abstract  SSLSessionContext SSLContextSpi.engineGetClientSessionContext()
          Returns the set of SSL sessions available for client connections.
protected abstract  SSLSessionContext SSLContextSpi.engineGetServerSessionContext()
          Returns the set of SSL sessions available for server connections.
 SSLSessionContext SSLContext.getClientSessionContext()
          Returns the set of SSL contexts available for client connections.
 SSLSessionContext SSLContext.getServerSessionContext()
          Returns the set of SSL contexts available for server connections.
 SSLSessionContext SSLSession.getSessionContext()
          Returns this session's session context object.