|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseChannel | |
---|---|
com.flat502.rox.demo | Examples illustrating using this project. |
com.flat502.rox.server | Server-side API and supporting classes. |
Uses of ResponseChannel in com.flat502.rox.demo |
---|
Methods in com.flat502.rox.demo with parameters of type ResponseChannel | |
---|---|
void |
RMIAsyncServerDemo.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
|
void |
AsyncServerDemo.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
|
Uses of ResponseChannel in com.flat502.rox.server |
---|
Methods in com.flat502.rox.server with parameters of type ResponseChannel | |
---|---|
void |
AsyncRequestHandler.handleRequest(RpcCall call,
ResponseChannel rspChannel)
Deprecated. Invoked to handle a method call. |
void |
AsynchronousRequestHandler.handleRequest(RpcCall call,
RpcCallContext context,
ResponseChannel rspChannel)
Invoked to handle a method call. |
Constructors in com.flat502.rox.server with parameters of type ResponseChannel | |
---|---|
DeferredMethodCall(RpcMethodProxy proxy,
RpcCall call,
ResponseChannel rspChannel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |