SSLSessionContext
represents a set of
SSLSession
s associated with a single entity. For example,
it could be associated with a server or client who participates in many
sessions concurrently.
Not all environments will contain session contexts.
There are SSLSessionContext
parameters that affect how
sessions are stored:
SSLSessionContext
can be listed.1.4
- Nathan
- AbramsonDavid
- BrownellMethod from javax.net.ssl.SSLSessionContext Summary: |
---|
getIds, getSession, getSessionCacheSize, getSessionTimeout, setSessionCacheSize, setSessionTimeout |
Method from javax.net.ssl.SSLSessionContext Detail: |
---|
SSLSessionContext . |
SSLSession bound to the specified session id. |
SSLSession objects grouped under this
SSLSessionContext . |
SSLSession objects grouped
under this SSLSessionContext .
If the timeout limit is set to 't' seconds, a session exceeds the
timeout limit 't' seconds after its creation time.
When the timeout limit is exceeded for a session, the
|
SSLSession objects grouped under this
SSLSessionContext . |
SSLSession objects grouped
under this SSLSessionContext .
If the timeout limit is set to 't' seconds, a session exceeds the
timeout limit 't' seconds after its creation time.
When the timeout limit is exceeded for a session, the
|