Uses of Package
io.netty.channel.local
-
Packages that use io.netty.channel.local Package Description io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
Classes in io.netty.channel.local used by io.netty.channel.local Class Description LocalAddress An endpoint in the local transport.LocalChannel AChannel
for the local transport.LocalIoOps IoOps
implementation that can be used withLocalIoHandler
.LocalServerChannel AServerChannel
for the local transport which allows in VM communication.