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
Methods in io.netty.channel.local that return LocalChannelModifier and TypeMethodDescriptionprotected LocalChannelLocalServerChannel.newLocalChannel(LocalChannel peer) A factory method forLocalChannels.Methods in io.netty.channel.local with parameters of type LocalChannelModifier and TypeMethodDescriptionprotected LocalChannelLocalServerChannel.newLocalChannel(LocalChannel peer) A factory method forLocalChannels.Constructors in io.netty.channel.local with parameters of type LocalChannelModifierConstructorDescriptionprotectedLocalChannel(LocalServerChannel parent, LocalChannel peer)