Example usage for Java javax.net.ssl SSLSessionContext fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
Enumeration | getIds() Returns an Enumeration of all session id's grouped under this SSLSessionContext . |
SSLSession | getSession(byte[] sessionId) Returns the SSLSession bound to the specified session id. |
void | setSessionCacheSize(int size) Sets the size of the cache used for storing SSLSession objects grouped under this SSLSessionContext . |
void | setSessionTimeout(int seconds) Sets the timeout limit for SSLSession objects grouped under this SSLSessionContext . |