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 void
LocalServerChannelSink. bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress)
private static void
LocalServerChannelSink. close(DefaultLocalServerChannel channel, ChannelFuture future)
-