Uses of Class
io.netty.channel.local.LocalChannel.State
-
Packages that use LocalChannel.State Package Description io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalChannel.State in io.netty.channel.local
Fields in io.netty.channel.local declared as LocalChannel.State Modifier and Type Field Description private LocalChannel.State
LocalChannel. state
Methods in io.netty.channel.local that return LocalChannel.State Modifier and Type Method 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.
-