Uses of Interface
org.jboss.netty.channel.local.LocalServerChannelFactory
-
Packages that use LocalServerChannelFactory 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 LocalServerChannelFactory in org.jboss.netty.channel.local
Classes in org.jboss.netty.channel.local that implement LocalServerChannelFactory Modifier and Type Class Description class
DefaultLocalServerChannelFactory
The defaultLocalServerChannelFactory
implementation.
-