Uses of Class
org.jboss.netty.channel.local.DefaultLocalChannel
-
Packages that use DefaultLocalChannel 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 DefaultLocalChannel in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as DefaultLocalChannel Modifier and Type Field Description (package private) DefaultLocalChannel
DefaultLocalChannel. pairedChannel
Methods in org.jboss.netty.channel.local with parameters of type DefaultLocalChannel Modifier and Type Method Description private static void
LocalClientChannelSink. bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)
private void
LocalClientChannelSink. connect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)
Constructors in org.jboss.netty.channel.local with parameters of type DefaultLocalChannel Constructor Description DefaultLocalChannel(LocalServerChannel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, DefaultLocalChannel pairedChannel)
-