Uses of Interface
org.jboss.netty.channel.local.LocalChannel
-
Packages that use LocalChannel 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 LocalChannel in org.jboss.netty.channel.local
Classes in org.jboss.netty.channel.local that implement LocalChannel Modifier and Type Class Description (package private) class
DefaultLocalChannel
Methods in org.jboss.netty.channel.local that return LocalChannel Modifier and Type Method Description LocalChannel
DefaultLocalClientChannelFactory. newChannel(ChannelPipeline pipeline)
LocalChannel
LocalClientChannelFactory. newChannel(ChannelPipeline pipeline)
-