|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSession | |
| javax.net.ssl | |
| Uses of SSLSession in javax.net.ssl |
| Methods in javax.net.ssl that return SSLSession | |
abstract SSLSession |
SSLSocket.getSession()
Returns the the SSL Session in use by this connection. |
SSLSession |
HandshakeCompletedEvent.getSession()
Returns the session which was produced by the handshake. |
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 |
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,
java.lang.String name)
Constructs a new SSLSessionBindingEvent |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||