| Package | Description |
|---|---|
| io.netty.channel.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedChannel.State |
EmbeddedChannel.state |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedChannel.State |
EmbeddedChannel.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedChannel.State[] |
EmbeddedChannel.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|