Uses of Class
io.netty5.channel.local.LocalChannel
-
Packages that use LocalChannel Package Description io.netty5.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalChannel in io.netty5.channel.local
Methods in io.netty5.channel.local that return LocalChannel Modifier and Type Method Description protected LocalChannel
LocalServerChannel. newLocalChannel(LocalChannel peer)
A factory method forLocalChannel
s.Methods in io.netty5.channel.local with parameters of type LocalChannel Modifier and Type Method Description protected LocalChannel
LocalServerChannel. newLocalChannel(LocalChannel peer)
A factory method forLocalChannel
s.Constructors in io.netty5.channel.local with parameters of type LocalChannel Constructor Description LocalChannel(LocalServerChannel parent, EventLoop eventLoop, LocalChannel peer)
-