Module io.netty5.transport
Package io.netty5.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.LocalHandler LocalServerChannel AServerChannel
for the local transport which allows in VM communication.