Uses of Interface
org.conscrypt.ConscryptSession
Packages that use ConscryptSession
-
Uses of ConscryptSession in org.conscrypt
Classes in org.conscrypt that implement ConscryptSessionModifier and TypeClassDescription(package private) final class
A session that is dedicated a single connection and operates directly on the underlyingSSL
.(package private) final class
An externalized view of the underlyingSSLSession
used within a socket/engine.(package private) class
This is an adapter that wraps the active session withExtendedSSLSession
, if running on Java 7+.(package private) class
This is an adapter that wraps the active session withExtendedSSLSession
, if running on Java 8+.(package private) final class
A snapshot of the content of anotherConscryptSession
.(package private) final class
This is returned in the place of aSSLSession
when no TLS connection could be negotiated, but one was requested from a method that can't throw an exception such asSSLSocket.getSession()
beforeSSLSocket.startHandshake()
is called.Methods in org.conscrypt that return ConscryptSessionModifier and TypeMethodDescription(package private) static ConscryptSession
SSLNullSession.getNullSession()
private ConscryptSession
ConscryptEngine.provideAfterHandshakeSession()
private ConscryptSession
ConscryptFileDescriptorSocket.provideAfterHandshakeSession()
private ConscryptSession
ConscryptEngine.provideHandshakeSession()
private ConscryptSession
ConscryptFileDescriptorSocket.provideHandshakeSession()
private ConscryptSession
ConscryptEngine.provideSession()
private ConscryptSession
ConscryptFileDescriptorSocket.provideSession()
ExternalSession.Provider.provideSession()
Methods in org.conscrypt with parameters of type ConscryptSessionModifier and TypeMethodDescriptionprivate static byte[]
NativeSslSession.getOcspResponse
(ConscryptSession session) (package private) static NativeSslSession
NativeSslSession.newInstance
(NativeRef.SSL_SESSION ref, ConscryptSession session) Creates a new instance.Constructors in org.conscrypt with parameters of type ConscryptSession