Uses of Enum
io.netty.channel.embedded.EmbeddedChannel.State
Packages that use EmbeddedChannel.State
Package
Description
A virtual
Channel
that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.-
Uses of EmbeddedChannel.State in io.netty.channel.embedded
Fields in io.netty.channel.embedded declared as EmbeddedChannel.StateMethods in io.netty.channel.embedded that return EmbeddedChannel.StateModifier and TypeMethodDescriptionstatic EmbeddedChannel.State
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.