|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConnectionHandler
is notified of new connections by an
ConnectionAcceptor
, and is responsible for managing the
connection.
The handler should not block when a new connection is received, as it will prevent other connections being accepted.
ConnectionAcceptor
,
ConnectionDispatcher
,
ManagedConnection.accept(java.lang.String, org.exolab.core.messenger.ConnectionHandler)
,
Messenger.accept(java.lang.String, org.exolab.core.messenger.ConnectionHandler)
Method Summary | |
void |
connected(Connection connection)
Handle a new connection |
Method Detail |
public void connected(Connection connection)
connection
- the new connection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |