|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RequestDispatcher | |
| net.jini.jeri | Provides the fundamental abstractions and standard implementation classes for Jini(TM) extensible remote invocation (Jini ERI). |
| net.jini.jeri.connection | Provides interfaces and classes for implementing connection-based Jini(TM) extensible remote invocation (Jini ERI) transport layer providers. |
| Uses of RequestDispatcher in net.jini.jeri |
| Methods in net.jini.jeri with parameters of type RequestDispatcher | |
ServerEndpoint.ListenHandle |
ServerEndpoint.ListenEndpoint.listen(RequestDispatcher requestDispatcher)
Listens for requests received on the communication endpoint represented by this ListenEndpoint,
dispatching them to the supplied
RequestDispatcher in the form of InboundRequest instances.
|
| Uses of RequestDispatcher in net.jini.jeri.connection |
| Methods in net.jini.jeri.connection with parameters of type RequestDispatcher | |
void |
ServerConnectionManager.handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Starts handling requests received on the specified newly accepted connection, dispatching them to the specified request dispatcher asynchronously, and returns immediately. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||