public interface SslSessionCache
| Modifier and Type | Interface and Description |
|---|---|
static class |
SslSessionCache.Default |
static class |
SslSessionCache.Singleton |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(byte[] sessionId,
byte[] session) |
byte[] |
getSession(byte[] sessionId) |
void |
removeSession(byte[] sessionId) |
void |
resize(int maxSize) |