com.flat502.rox.server
Class RpcCallContext

java.lang.Object
  extended by com.flat502.rox.processing.Context
      extended by com.flat502.rox.server.RpcCallContext

public class RpcCallContext
extends Context


Constructor Summary
RpcCallContext(java.nio.channels.SocketChannel channel, SSLSession sslSession, HttpRequestBuffer req)
           
 
Method Summary
 HttpRequestBuffer getHttpRequest()
           
 
Methods inherited from class com.flat502.rox.processing.Context
getRemoteAddr, getRemotePort, getSSLSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcCallContext

public RpcCallContext(java.nio.channels.SocketChannel channel,
                      SSLSession sslSession,
                      HttpRequestBuffer req)
Method Detail

getHttpRequest

public HttpRequestBuffer getHttpRequest()