Uses of Interface
io.netty.handler.ssl.OpenSslSession
-
Packages that use OpenSslSession Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of OpenSslSession in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement OpenSslSession Modifier and Type Class Description (package private) classExtendedOpenSslSessionDelegates all operations to a wrappedOpenSslSessionexcept the methods defined byExtendedSSLSessionitself.(package private) static classOpenSslSessionCache.NativeSslSessionOpenSslSessionimplementation which wraps the native SSL_SESSION* while in cache.private classReferenceCountedOpenSslEngine.DefaultOpenSslSessionFields in io.netty.handler.ssl declared as OpenSslSession Modifier and Type Field Description private static OpenSslSession[]OpenSslSessionCache. EMPTY_SESSIONSprivate OpenSslSessionReferenceCountedOpenSslEngine. sessionprivate OpenSslSessionExtendedOpenSslSession. wrappedMethods in io.netty.handler.ssl that return OpenSslSession Modifier and Type Method Description (package private) OpenSslSessionOpenSslSessionCache. getSession(OpenSslSessionId id)Return theOpenSslSessionwhich is cached for the given id.Methods in io.netty.handler.ssl with parameters of type OpenSslSession Modifier and Type Method Description (package private) booleanOpenSslClientSessionCache. setSession(long ssl, OpenSslSession session, java.lang.String host, int port)(package private) booleanOpenSslSessionCache. setSession(long ssl, OpenSslSession session, java.lang.String host, int port)(package private) booleanOpenSslSessionContext. setSessionFromCache(long ssl, OpenSslSession session, java.lang.String host, int port)Constructors in io.netty.handler.ssl with parameters of type OpenSslSession Constructor Description ExtendedOpenSslSession(OpenSslSession wrapped)
-