Uses of Class
io.netty.channel.embedded.EmbeddedChannel.State
-
Packages that use EmbeddedChannel.State Package Description io.netty.channel.embedded A virtualChannelthat 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.State Modifier and Type Field Description private EmbeddedChannel.StateEmbeddedChannel. stateMethods in io.netty.channel.embedded that return EmbeddedChannel.State Modifier and Type Method Description static EmbeddedChannel.StateEmbeddedChannel.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.
-