|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLSession | |
javax.net.ssl | Provides the classes for the secure socket optional package. |
Uses of SSLSession in javax.net.ssl |
Methods in javax.net.ssl that return SSLSession | |
SSLSession |
SSLSessionContext.getSession(byte[] sessionId)
Returns the SSLSession bound to the specified session id, or null if the specified session id does not refer to a valid SSLSession. |
SSLSession |
HandshakeCompletedEvent.getSession()
Returns the session which was produced by the handshake. |
abstract SSLSession |
SSLSocket.getSession()
Returns the the SSL Session in use by this connection. |
SSLSession |
SSLSessionBindingEvent.getSession()
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound. |
Constructors in javax.net.ssl with parameters of type SSLSession | |
HandshakeCompletedEvent.HandshakeCompletedEvent(SSLSocket sock,
SSLSession s)
Constructs a new HandshakeCompletedEvent. |
|
SSLSessionBindingEvent.SSLSessionBindingEvent(SSLSession session,
String name)
Constructs a new SSLSessionBindingEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |