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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.