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_UPDATER
Methods in io.netty.channel.local that return LocalChannelModifier and TypeMethodDescriptionprotected LocalChannel
LocalServerChannel.newLocalChannel
(LocalChannel peer) A factory method forLocalChannel
s.(package private) LocalChannel
LocalServerChannel.serve
(LocalChannel peer) Methods in io.netty.channel.local with parameters of type LocalChannelModifier and TypeMethodDescriptionprivate void
LocalChannel.finishPeerRead
(LocalChannel peer) private void
LocalChannel.finishPeerRead0
(LocalChannel peer) protected LocalChannel
LocalServerChannel.newLocalChannel
(LocalChannel peer) A factory method forLocalChannel
s.private void
LocalChannel.runFinishPeerReadTask
(LocalChannel peer) (package private) LocalChannel
LocalServerChannel.serve
(LocalChannel peer) private void
LocalServerChannel.serve0
(LocalChannel child) Constructors in io.netty.channel.local with parameters of type LocalChannelModifierConstructorDescriptionprotected
LocalChannel
(LocalServerChannel parent, LocalChannel peer)