Uses of Package
org.jboss.netty.channel.local
-
Packages that use org.jboss.netty.channel.local Package Description org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
Classes in org.jboss.netty.channel.local used by org.jboss.netty.channel.local Class Description LocalAddress An endpoint in the local transport.LocalChannel AChannel
for the local transport.LocalClientChannelFactory AChannelFactory
that creates a client-sideLocalChannel
.LocalServerChannel AServerChannel
for the local transport.LocalServerChannelFactory AServerChannelFactory
that creates aLocalServerChannel
.