Uses of Interface
org.jboss.netty.channel.local.LocalServerChannel
-
Packages that use LocalServerChannel 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 LocalServerChannel in org.jboss.netty.channel.local
Classes in org.jboss.netty.channel.local that implement LocalServerChannel Modifier and Type Class Description (package private) class
DefaultLocalServerChannel
Methods in org.jboss.netty.channel.local that return LocalServerChannel Modifier and Type Method Description LocalServerChannel
DefaultLocalServerChannelFactory. newChannel(ChannelPipeline pipeline)
LocalServerChannel
LocalServerChannelFactory. newChannel(ChannelPipeline pipeline)
Constructors in org.jboss.netty.channel.local with parameters of type LocalServerChannel Constructor Description DefaultLocalChannel(LocalServerChannel parent, ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, DefaultLocalChannel pairedChannel)
-