javax.net.ssl
Interface SSLSessionContext

All Known Implementing Classes:
SSLeaySessionContext

public abstract interface SSLSessionContext

Version:
$Revision: 1.1 $
Author:
Andrei Popovici

Method Summary
 java.util.Enumeration getIds()
           
 SSLSession getSession(byte[] sessionId)
           
 

Method Detail

getSession

public SSLSession getSession(byte[] sessionId)

getIds

public java.util.Enumeration getIds()