|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RpcCallContext | |
|---|---|
| com.flat502.rox.demo | Examples illustrating using this project. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of RpcCallContext in com.flat502.rox.demo |
|---|
| Methods in com.flat502.rox.demo with parameters of type RpcCallContext | |
|---|---|
RpcResponse |
SyncServerDemo.handleRequest(RpcCall call,
RpcCallContext context)
|
RpcResponse |
SSLServerDemo.handleRequest(RpcCall call,
RpcCallContext context)
|
RpcResponse |
CgiServerDemo.handleRequest(RpcCall call,
RpcCallContext context)
|
void |
RMIAsyncServerDemo.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
|
void |
AsyncServerDemo.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
|
| Uses of RpcCallContext in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server that return RpcCallContext | |
|---|---|
protected RpcCallContext |
HttpRpcServer.newRpcCallContext(java.net.Socket socket,
HttpRequestBuffer req)
|
| Methods in com.flat502.rox.server with parameters of type RpcCallContext | |
|---|---|
RpcResponse |
SynchronousRequestHandler.handleRequest(RpcCall call,
RpcCallContext context)
Invoked to handle a method call. |
RpcResponse |
ProxyingRequestHandler.handleRequest(RpcCall call,
RpcCallContext context)
|
void |
AsynchronousRequestHandler.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
Invoked to handle a method call. |
RpcResponse |
RpcMethodProxy.invoke(RpcCall call,
RpcCallContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||