Uses of Class
io.netty5.channel.local.LocalServerChannel
-
Packages that use LocalServerChannel Package Description io.netty5.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalServerChannel in io.netty5.channel.local
Constructors in io.netty5.channel.local with parameters of type LocalServerChannel Constructor Description LocalChannel(LocalServerChannel parent, EventLoop eventLoop, LocalChannel peer)
-