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 LocalChannelLocalServerChannel. newLocalChannel(LocalChannel peer)A factory method forLocalChannels.Methods in io.netty5.channel.local with parameters of type LocalChannel Modifier and Type Method Description protected LocalChannelLocalServerChannel. newLocalChannel(LocalChannel peer)A factory method forLocalChannels.Constructors in io.netty5.channel.local with parameters of type LocalChannel Constructor Description LocalChannel(LocalServerChannel parent, EventLoop eventLoop, LocalChannel peer)
-