Uses of Interface
org.jboss.netty.channel.local.LocalServerChannel
Packages that use LocalServerChannel
Package
Description
A virtual transport that enables the communication between the two
parties in the same virtual machine.
-
Uses of LocalServerChannel in org.jboss.netty.channel.local
Classes in org.jboss.netty.channel.local that implement LocalServerChannelMethods in org.jboss.netty.channel.local that return LocalServerChannelModifier and TypeMethodDescriptionDefaultLocalServerChannelFactory.newChannel
(ChannelPipeline pipeline) LocalServerChannelFactory.newChannel
(ChannelPipeline pipeline) Constructors in org.jboss.netty.channel.local with parameters of type LocalServerChannelModifierConstructorDescription(package private)
DefaultLocalChannel
(LocalServerChannel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, DefaultLocalChannel pairedChannel)