Uses of Class
org.jboss.netty.channel.local.DefaultLocalChannel
Packages that use DefaultLocalChannel
Package
Description
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 DefaultLocalChannelModifier and TypeFieldDescription(package private) DefaultLocalChannel
DefaultLocalChannel.pairedChannel
Methods in org.jboss.netty.channel.local with parameters of type DefaultLocalChannelModifier and TypeMethodDescriptionprivate 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 DefaultLocalChannelModifierConstructorDescription(package private)
DefaultLocalChannel
(LocalServerChannel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, DefaultLocalChannel pairedChannel)