|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerConnManager
Defines interface for internal pluggable counterparts of
ServerConnectionManager
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 dispatcher
NullPointerException
- if either argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |