javax.net.ssl
Interface SSLSessionContext
public interface SSLSessionContext
getIds
Enumeration getIds()
getSession
SSLSession getSession(byte[] sessionId)
getSessionCacheSize
int getSessionCacheSize()
getSessionTimeout
int getSessionTimeout()
setSessionCacheSize
void setSessionCacheSize(int size)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
setSessionTimeout
void setSessionTimeout(int seconds)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
Please submit a feedback, bug or feature