|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionCloseHandlerNotifier
General interface for ConnectionCloseHandlers 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 Selectionkeyvoid 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 | |||||||||