|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection.CloseListener | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| Uses of Connection.CloseListener in org.glassfish.grizzly |
|---|
| Methods in org.glassfish.grizzly with parameters of type Connection.CloseListener | |
|---|---|
void |
Connection.addCloseListener(Connection.CloseListener closeListener)
Add the Connection.CloseListener, which will be notified once Connection
will be closed. |
boolean |
Connection.removeCloseListener(Connection.CloseListener closeListener)
Remove the Connection.CloseListener. |
| Uses of Connection.CloseListener in org.glassfish.grizzly.nio |
|---|
| Methods in org.glassfish.grizzly.nio with parameters of type Connection.CloseListener | |
|---|---|
void |
NIOConnection.addCloseListener(Connection.CloseListener closeListener)
Add the Connection.CloseListener, which will be notified once Connection
will be closed. |
boolean |
NIOConnection.removeCloseListener(Connection.CloseListener closeListener)
Remove the Connection.CloseListener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||