Uses of Package
org.jboss.netty.channel.local
Packages that use org.jboss.netty.channel.local
Package
Description
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.localClassDescriptionAn endpoint in the local transport.A
Channel
for the local transport.AChannelFactory
that creates a client-sideLocalChannel
.AServerChannel
for the local transport.AServerChannelFactory
that creates aLocalServerChannel
.