| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.