| 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 |
|---|---|
GrizzlyFuture<CloseReason> |
Closeable.closeFuture() |
| Modifier and Type | Method and Description |
|---|---|
CloseReason |
NIOConnection.getCloseReason() |
| Modifier and Type | Method and Description |
|---|---|
GrizzlyFuture<CloseReason> |
NIOConnection.closeFuture() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NIOConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
NIOConnection.terminate0(CompletionHandler<Closeable> completionHandler,
CloseReason reason) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UDPNIOServerConnection.closeGracefully0(CompletionHandler<Closeable> completionHandler,
CloseReason closeReason) |
protected void |
TCPNIOServerConnection.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 © 2017–2019 Oracle Corporation. All rights reserved.