Uses of Class
org.jboss.netty.channel.local.DefaultLocalServerChannel
-
Packages that use DefaultLocalServerChannel Package Description org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of DefaultLocalServerChannel in org.jboss.netty.channel.local
Methods in org.jboss.netty.channel.local with parameters of type DefaultLocalServerChannel Modifier and Type Method Description private static voidLocalServerChannelSink. bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress)private static voidLocalServerChannelSink. close(DefaultLocalServerChannel channel, ChannelFuture future)
-