Package one.nio.net
Interface SslSessionCache
- All Known Implementing Classes:
SslSessionCache.Default
public interface SslSessionCache
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSession(byte[] sessionId, byte[] session) byte[]getSession(byte[] sessionId) voidremoveSession(byte[] sessionId) voidresize(int maxSize)
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
resize
void resize(int maxSize) -
addSession
void addSession(byte[] sessionId, byte[] session) -
getSession
byte[] getSession(byte[] sessionId) -
removeSession
void removeSession(byte[] sessionId)
-