Uses of Class
io.netty5.channel.AbstractServerChannel
-
Packages that use AbstractServerChannel Package Description io.netty5.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of AbstractServerChannel in io.netty5.channel.local
Subclasses of AbstractServerChannel in io.netty5.channel.local Modifier and Type Class Description class
LocalServerChannel
AServerChannel
for the local transport which allows in VM communication.
-