Uses of Enum
io.netty.channel.local.LocalChannel.State
Packages that use LocalChannel.State
Package
Description
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.StateMethods in io.netty.channel.local that return LocalChannel.StateModifier and TypeMethodDescriptionstatic LocalChannel.StateReturns 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.