Uses of Interface
io.netty.handler.ssl.OpenSslSession
Packages that use OpenSslSession
-
Uses of OpenSslSession in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement OpenSslSessionModifier and TypeClassDescription(package private) classDelegates all operations to a wrappedOpenSslSessionexcept the methods defined byExtendedSSLSessionitself.(package private) static final classOpenSslSessionimplementation which wraps the native SSL_SESSION* while in cache.private final classFields in io.netty.handler.ssl declared as OpenSslSessionModifier and TypeFieldDescriptionprivate static final OpenSslSession[]OpenSslSessionCache.EMPTY_SESSIONSprivate final OpenSslSessionReferenceCountedOpenSslEngine.sessionprivate final OpenSslSessionExtendedOpenSslSession.wrappedMethods in io.netty.handler.ssl that return OpenSslSessionModifier and TypeMethodDescription(package private) final OpenSslSessionOpenSslSessionCache.getSession(OpenSslSessionId id) Return theOpenSslSessionwhich is cached for the given id.Methods in io.netty.handler.ssl with parameters of type OpenSslSessionModifier and TypeMethodDescription(package private) booleanOpenSslClientSessionCache.setSession(long ssl, OpenSslSession session, String host, int port) (package private) booleanOpenSslSessionCache.setSession(long ssl, OpenSslSession session, String host, int port) (package private) booleanOpenSslSessionContext.setSessionFromCache(long ssl, OpenSslSession session, String host, int port) Constructors in io.netty.handler.ssl with parameters of type OpenSslSession