Uses of Interface
javax.net.ssl.SSLSession
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
-
Uses of SSLSession in com.sun.net.httpserver
Modifier and TypeMethodDescriptionabstract SSLSession
HttpsExchange.getSSLSession()
Get theSSLSession
for this exchange. -
Uses of SSLSession in java.net
Modifier and TypeMethodDescriptionSecureCacheResponse.getSSLSession()
Returns anOptional
containing theSSLSession
in use on the original connection that retrieved the network resource. -
Uses of SSLSession in java.net.http
Modifier and TypeMethodDescriptionHttpResponse.sslSession()
Returns anOptional
containing theSSLSession
in effect for this response. -
Uses of SSLSession in javax.naming.ldap
Modifier and TypeMethodDescriptionabstract SSLSession
StartTlsResponse.negotiate()
Negotiates a TLS session using the default SSL socket factory.abstract SSLSession
StartTlsResponse.negotiate
(SSLSocketFactory factory) Negotiates a TLS session using an SSL socket factory. -
Uses of SSLSession in javax.net.ssl
Modifier and TypeClassDescriptionclass
Extends theSSLSession
interface to support additional session attributes.Modifier and TypeMethodDescriptionSSLEngine.getHandshakeSession()
Returns theSSLSession
being constructed during a SSL/TLS/DTLS handshake.SSLSocket.getHandshakeSession()
Returns theSSLSession
being constructed during a SSL/TLS handshake.HandshakeCompletedEvent.getSession()
Returns the session that triggered this event.abstract SSLSession
SSLEngine.getSession()
Returns theSSLSession
in use in thisSSLEngine
.SSLSessionBindingEvent.getSession()
Returns the SSLSession into which the listener is being bound or from which the listener is being unbound.SSLSessionContext.getSession
(byte[] sessionId) Returns theSSLSession
bound to the specified session id.abstract SSLSession
SSLSocket.getSession()
Returns the SSL Session in use by this connection.Modifier and TypeMethodDescriptionHttpsURLConnection.getSSLSession()
Returns anOptional
containing theSSLSession
in use on this connection.Modifier and TypeMethodDescriptionboolean
HostnameVerifier.verify
(String hostname, SSLSession session) Verify that the host name is an acceptable match with the server's authentication scheme.ModifierConstructorDescriptionHandshakeCompletedEvent
(SSLSocket sock, SSLSession s) Constructs a new HandshakeCompletedEvent.SSLSessionBindingEvent
(SSLSession session, String name) Constructs a new SSLSessionBindingEvent.