Uses of Class
io.netty.channel.local.LocalChannel
-
Packages that use LocalChannel 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 in io.netty.channel.local
Fields in io.netty.channel.local declared as LocalChannel Modifier and Type Field Description private LocalChannelLocalChannel. peerFields in io.netty.channel.local with type parameters of type LocalChannel Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<LocalChannel,Future>LocalChannel. FINISH_READ_FUTURE_UPDATERMethods in io.netty.channel.local that return LocalChannel Modifier and Type Method Description protected LocalChannelLocalServerChannel. newLocalChannel(LocalChannel peer)A factory method forLocalChannels.(package private) LocalChannelLocalServerChannel. serve(LocalChannel peer)Methods in io.netty.channel.local with parameters of type LocalChannel Modifier and Type Method Description private voidLocalChannel. finishPeerRead(LocalChannel peer)private voidLocalChannel. finishPeerRead0(LocalChannel peer)protected LocalChannelLocalServerChannel. newLocalChannel(LocalChannel peer)A factory method forLocalChannels.private voidLocalChannel. runFinishPeerReadTask(LocalChannel peer)(package private) LocalChannelLocalServerChannel. serve(LocalChannel peer)private voidLocalServerChannel. serve0(LocalChannel child)Constructors in io.netty.channel.local with parameters of type LocalChannel Constructor Description LocalChannel(LocalServerChannel parent, LocalChannel peer)
-