Package io.netty.channel.local
A virtual transport that enables the communication between the two
parties in the same virtual machine.
-
Class Summary Class Description LocalAddress An endpoint in the local transport.LocalChannel AChannel
for the local transport.LocalEventLoopGroup Deprecated. UseDefaultEventLoopGroup
instead.LocalServerChannel AServerChannel
for the local transport which allows in VM communication.