|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSession | |
|---|---|
| com.flat502.rox.client | Client-side API and supporting classes. |
| com.flat502.rox.processing | Central location for shared client- and server-side processing logic. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of SSLSession in com.flat502.rox.client |
|---|
| Constructors in com.flat502.rox.client with parameters of type SSLSession | |
|---|---|
RpcResponseContext(java.nio.channels.SocketChannel channel,
SSLSession sslSession,
HttpResponseBuffer rsp)
|
|
| Uses of SSLSession in com.flat502.rox.processing |
|---|
| Methods in com.flat502.rox.processing that return SSLSession | |
|---|---|
SSLSession |
Context.getSSLSession()
Get the SSL session the requested was delivered over. |
protected SSLSession |
HttpRpcProcessor.newSSLSession(java.net.Socket socket)
|
| Constructors in com.flat502.rox.processing with parameters of type SSLSession | |
|---|---|
Context(java.nio.channels.SocketChannel channel,
SSLSession sslSession)
|
|
| Uses of SSLSession in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server with parameters of type SSLSession | |
|---|---|
boolean |
SSLSessionPolicy.shouldRetain(java.nio.channels.SocketChannel channel,
SSLSession session)
Consulted to determine whether or not the given SSLSession should be retained. |
boolean |
SimpleSSLSessionPolicy.shouldRetain(java.nio.channels.SocketChannel channel,
SSLSession session)
|
| Constructors in com.flat502.rox.server with parameters of type SSLSession | |
|---|---|
RpcCallContext(java.nio.channels.SocketChannel channel,
SSLSession sslSession,
HttpRequestBuffer req)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||