| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio |
| Modifier and Type | Method and Description |
|---|---|
static Connection.CloseType |
Connection.CloseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.CloseType[] |
Connection.CloseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.CloseListener.onClosed(Connection connection,
Connection.CloseType type) |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<Connection.CloseType> |
NIOConnection.closeTypeFlag |
Copyright © 2013 Oracle Corporation. All Rights Reserved.