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 LocalChannel
LocalChannel. peer
Fields 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_UPDATER
Methods in io.netty.channel.local that return LocalChannel Modifier and Type Method Description protected 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 LocalChannel Modifier and Type Method Description private 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 LocalChannel Constructor Description LocalChannel(LocalServerChannel parent, LocalChannel peer)
-