com.flat502.rox.client
Class RpcResponseContext

java.lang.Object
  extended by com.flat502.rox.processing.Context
      extended by com.flat502.rox.client.RpcResponseContext

public class RpcResponseContext
extends Context


Constructor Summary
RpcResponseContext(java.nio.channels.SocketChannel channel, SSLSession sslSession, HttpResponseBuffer rsp)
           
 
Method Summary
 HttpResponseBuffer 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

RpcResponseContext

public RpcResponseContext(java.nio.channels.SocketChannel channel,
                          SSLSession sslSession,
                          HttpResponseBuffer rsp)
Method Detail

getHttpRequest

public HttpResponseBuffer getHttpRequest()