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