public interface ServerConnManager
ServerConnectionManager.| Modifier and Type | Method and Description |
|---|---|
void |
handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Enqueues a newly accepted server-side connection for asynchronous
processing of inbound requests using the specified request dispatcher,
and then returns immediately.
|
void handleConnection(ServerConnection conn, RequestDispatcher dispatcher)
ServerConnectionManager.handleConnection(net.jini.jeri.connection.ServerConnection, net.jini.jeri.RequestDispatcher), except that it is not
tied to the Jini ERI runtime; implementations may utilize an alternate
set of mechanisms for processing requests.conn - the server connectiondispatcher - the request dispatcherNullPointerException - if either argument is nullCopyright © 2016–2018. All rights reserved.