|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flat502.rox.processing.Context
public abstract class Context
Abstract base class for describing the context of an RPC call or response.
Constructor Summary | |
---|---|
protected |
Context(java.nio.channels.SocketChannel channel,
SSLSession sslSession)
|
Method Summary | |
---|---|
java.net.SocketAddress |
getRemoteAddr()
|
int |
getRemotePort()
|
SSLSession |
getSSLSession()
Get the SSL session the requested was delivered over. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Context(java.nio.channels.SocketChannel channel, SSLSession sslSession)
Method Detail |
---|
public SSLSession getSSLSession()
If no SSL session exists (for example, if HTTP is used) this
parameter will be null
.
SSLSession
instance or null
public java.net.SocketAddress getRemoteAddr()
public int getRemotePort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |