| Package | Description |
|---|---|
| io.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| Modifier and Type | Field and Description |
|---|---|
private LocalChannel.State |
LocalChannel.state |
| Modifier and Type | Method and Description |
|---|---|
static LocalChannel.State |
LocalChannel.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalChannel.State[] |
LocalChannel.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|