|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsynchronousRequestHandler | |
|---|---|
| com.flat502.rox.demo | Examples illustrating using this project. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of AsynchronousRequestHandler in com.flat502.rox.demo |
|---|
| Classes in com.flat502.rox.demo that implement AsynchronousRequestHandler | |
|---|---|
class |
AsyncServerDemo
A demo asynchronous server illustrating the AsynchronousRequestHandler
interface. |
class |
RMIAsyncServerDemo
A demo server illustrating the ProxyingRequestHandler
class. |
| Uses of AsynchronousRequestHandler in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server with parameters of type AsynchronousRequestHandler | |
|---|---|
RequestHandler |
HttpRpcServer.registerHandler(java.lang.String uriPath,
java.lang.String method,
AsynchronousRequestHandler handler)
Register an asynchronous XML-RPC method call handler. |
RequestHandler |
HttpRpcServer.registerHandler(java.lang.String uriPath,
java.lang.String method,
AsynchronousRequestHandler handler,
MethodCallUnmarshallerAid aid)
Register an asynchronous XML-RPC method call handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||