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