Package | Description |
---|---|
org.glassfish.grizzly |
Modifier and Type | Method and Description |
---|---|
CloseType |
CloseReason.getType()
Return information whether
Connection was closed locally or remotely. |
static CloseType |
CloseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseType[] |
CloseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CloseReason(CloseType type,
IOException cause) |
Copyright © 2015 Oracle Corporation. All rights reserved.