|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
| iaik.security.ssl | |
| Uses of Session in iaik.security.ssl |
| Methods in iaik.security.ssl that return Session | |
Session |
SSLSocket.getSession()
|
Session |
SSLCommunication.getSession()
Returns the currently active Session for this SSLSocket. |
protected abstract Session |
SessionManager.getSession(SSLTransport transport,
java.lang.Object sessionID)
Get a session from the session cache. |
protected Session |
DefaultSessionManager.getSession(SSLTransport transport,
java.lang.Object sessionID)
Returns a session from the cache. |
Session |
SSLTransport.getSession()
|
| Methods in iaik.security.ssl with parameters of type Session | |
protected abstract void |
SessionManager.cacheSession(SSLTransport transport,
Session session)
Add this session to the session cache. |
protected void |
DefaultSessionManager.cacheSession(SSLTransport transport,
Session session)
Put a session into the session cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||