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) DefaultLocalChannelDefaultLocalChannel.pairedChannelMethods in org.jboss.netty.channel.local with parameters of type DefaultLocalChannelModifier and TypeMethodDescriptionprivate static voidLocalClientChannelSink.bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress) private voidLocalClientChannelSink.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)