Frames | No Frames |
Methods with return type javax.net.ssl.SSLSession | |
SSLSession | Negotiate the TLS session using the default SSL socket factory.
|
SSLSession | Negotiate the TLS session using the supplied SSL socket factory.
|
Classes implementing javax.net.ssl.SSLSession | |
class |
Constructors with parameter type javax.net.ssl.SSLSession | |
Creates a new handshake completed event.
| |
Creates a new binding event.
|
Methods with parameter type javax.net.ssl.SSLSession | |
boolean | Verifies a hostname given a particular SSL session. |
Methods with return type javax.net.ssl.SSLSession | |
SSLSession | Returns the SSL session object associated with this connection.
|
SSLSession | Return the SSLSession object this connection represents.
|
SSLSession | Returns the session that the object was bound to.
|
SSLSession | Returns this socket's session object.
|
SSLSession | SSLSessionContext.getSession(byte[] sessionId) Gets the session specified by its ID, or null if there
is no session, or if it has expired.
|
Classes implementing javax.net.ssl.SSLSession | |
class | A concrete implementation of the SSLSession interface. |
Methods with return type javax.net.ssl.SSLSession | |
SSLSession | AbstractSessionContext.getSession(byte[] sessionId) Fetch a saved session by its ID. |
SSLSession |