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 classA session that is dedicated a single connection and operates directly on the underlyingSSL.(package private) final classAn externalized view of the underlyingSSLSessionused within a socket/engine.(package private) classThis is an adapter that wraps the active session withExtendedSSLSession, if running on Java 7+.(package private) classThis is an adapter that wraps the active session withExtendedSSLSession, if running on Java 8+.(package private) final classA snapshot of the content of anotherConscryptSession.(package private) final classThis is returned in the place of aSSLSessionwhen 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 ConscryptSessionSSLNullSession.getNullSession()private ConscryptSessionConscryptEngine.provideAfterHandshakeSession()private ConscryptSessionConscryptFileDescriptorSocket.provideAfterHandshakeSession()private ConscryptSessionConscryptEngine.provideHandshakeSession()private ConscryptSessionConscryptFileDescriptorSocket.provideHandshakeSession()private ConscryptSessionConscryptEngine.provideSession()private ConscryptSessionConscryptFileDescriptorSocket.provideSession()ExternalSession.Provider.provideSession()Methods in org.conscrypt with parameters of type ConscryptSessionModifier and TypeMethodDescriptionprivate static byte[]NativeSslSession.getOcspResponse(ConscryptSession session) (package private) static NativeSslSessionNativeSslSession.newInstance(NativeRef.SSL_SESSION ref, ConscryptSession session) Creates a new instance.Constructors in org.conscrypt with parameters of type ConscryptSession