| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Transport.addShutdownListener(GracefulShutdownListener shutdownListener)
Adds a
GracefulShutdownListener which will be called when Transport.shutdown()
is called to enable graceful shutdown of transports. |
| Modifier and Type | Field and Description |
|---|---|
protected Set<GracefulShutdownListener> |
NIOTransport.shutdownListeners |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NIOTransport.addShutdownListener(GracefulShutdownListener shutdownListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UDPNIOTransport.addShutdownListener(GracefulShutdownListener shutdownListener) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.