Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Field and Description |
---|---|
static CloseReason |
CloseReason.LOCALLY_CLOSED_REASON |
static CloseReason |
CloseReason.REMOTELY_CLOSED_REASON |
Modifier and Type | Method and Description |
---|---|
CloseReason |
Connection.getCloseReason()
Returns
CloseReason if this Connection has been closed,
or null otherwise. |
Modifier and Type | Method and Description |
---|---|
CloseReason |
NIOConnection.getCloseReason() |
Modifier and Type | Method and Description |
---|---|
protected void |
NIOConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
NIOConnection.terminate0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
Modifier and Type | Method and Description |
---|---|
protected void |
TCPNIOServerConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
UDPNIOServerConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
UDPNIOServerConnection.terminate0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
TCPNIOConnection.terminate0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
Copyright © 2015 Oracle Corporation. All rights reserved.