|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionCloseHandlerNotifier
General interface for ConnectionCloseHandler
s notifiers.
Method Summary | |
---|---|
void |
notifyLocallyClose(SelectionKey key)
Notify a ConnectionCloseHandler that a remote connection
has been closed. |
void |
notifyRemotlyClose(SelectionKey key)
Notify a ConnectionCloseHandler that a remote connection
has been closed. |
Method Detail |
---|
void notifyRemotlyClose(SelectionKey key)
ConnectionCloseHandler
that a remote connection
has been closed.
key
- a Selectionkey
void notifyLocallyClose(SelectionKey key)
ConnectionCloseHandler
that a remote connection
has been closed.
key
- a Selectionkey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |