Package one.nio.net
Interface SslSessionCache
-
- All Known Implementing Classes:
SslSessionCache.Default
public interface SslSessionCache
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSslSessionCache.Defaultstatic classSslSessionCache.Singleton
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSession(byte[] sessionId, byte[] session)byte[]getSession(byte[] sessionId)voidremoveSession(byte[] sessionId)voidresize(int maxSize)
-