Uses of Class
io.netty.channel.local.LocalChannel
Packages that use LocalChannel
Package
Description
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 LocalChannelFields in io.netty.channel.local with type parameters of type LocalChannelModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<LocalChannel, Future> LocalChannel.FINISH_READ_FUTURE_UPDATERMethods in io.netty.channel.local that return LocalChannelModifier and TypeMethodDescriptionprotected LocalChannelLocalServerChannel.newLocalChannel(LocalChannel peer) A factory method forLocalChannels.(package private) LocalChannelLocalServerChannel.serve(LocalChannel peer) Methods in io.netty.channel.local with parameters of type LocalChannelModifier and TypeMethodDescriptionprivate 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 LocalChannelModifierConstructorDescriptionprotectedLocalChannel(LocalServerChannel parent, LocalChannel peer)