public static class SslSessionCache.Default extends java.lang.Object implements SslSessionCache
SslSessionCache.Default, SslSessionCache.Singletonlog| Modifier and Type | Method and Description |
|---|---|
void |
addSession(byte[] sessionId,
byte[] session) |
byte[] |
getSession(byte[] sessionId) |
void |
removeSession(byte[] sessionId) |
void |
resize(int maxSize) |
public void resize(int maxSize)
resize in interface SslSessionCachepublic void addSession(byte[] sessionId,
byte[] session)
addSession in interface SslSessionCachepublic byte[] getSession(byte[] sessionId)
getSession in interface SslSessionCachepublic void removeSession(byte[] sessionId)
removeSession in interface SslSessionCache