Javax.Net.Ssl.ISSLSessionContext Members

The members of Javax.Net.Ssl.ISSLSessionContext are listed below.

Public Properties

[read-only]
IdsJava.Util.IEnumeration. Returns an iterable of all session identifiers in this session context.
SessionCacheSizeint. Returns the size of the session cache for this session context.
SessionTimeoutint. Returns the timeout for sessions in this session context.

Public Methods

GetSession(byte[]) : ISSLSession
Returns the session for the specified session identifier.