Uses of Interface
javax.net.ssl.SSLSession
Packages that use 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
Methods in com.sun.net.httpserver that return SSLSessionModifier and TypeMethodDescriptionabstract SSLSession
HttpsExchange.getSSLSession()
Get theSSLSession
for this exchange. -
Uses of SSLSession in java.net
Methods in java.net that return types with arguments of type SSLSessionModifier 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
Methods in java.net.http that return types with arguments of type SSLSession