Uses of Interface
org.conscrypt.ConscryptSession
-
Packages that use ConscryptSession Package Description org.conscrypt -
-
Uses of ConscryptSession in org.conscrypt
Classes in org.conscrypt that implement ConscryptSession Modifier and Type Class Description (package private) classActiveSessionA session that is dedicated a single connection and operates directly on the underlyingSSL.(package private) classExternalSessionAn externalized view of the underlyingSSLSessionused within a socket/engine.(package private) classJava7ExtendedSSLSessionThis is an adapter that wraps the active session withExtendedSSLSession, if running on Java 7+.(package private) classJava8ExtendedSSLSessionThis is an adapter that wraps the active session withExtendedSSLSession, if running on Java 8+.(package private) classSessionSnapshotA snapshot of the content of anotherConscryptSession.(package private) classSSLNullSessionThis 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 ConscryptSession Modifier and Type Method Description (package private) static ConscryptSessionSSLNullSession. getNullSession()private ConscryptSessionConscryptEngine. provideAfterHandshakeSession()private ConscryptSessionConscryptFileDescriptorSocket. provideAfterHandshakeSession()private ConscryptSessionConscryptEngine. provideHandshakeSession()private ConscryptSessionConscryptFileDescriptorSocket. provideHandshakeSession()private ConscryptSessionConscryptEngine. provideSession()private ConscryptSessionConscryptFileDescriptorSocket. provideSession()ConscryptSessionExternalSession.Provider. provideSession()Methods in org.conscrypt with parameters of type ConscryptSession Modifier and Type Method Description private 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 Constructor Description SessionSnapshot(ConscryptSession session)
-