Package org.jboss.netty.channel.local
A virtual transport that enables the communication between the two
parties in the same virtual machine.
-
Interface Summary Interface Description LocalChannel AChannel
for the local transport.LocalClientChannelFactory AChannelFactory
that creates a client-sideLocalChannel
.LocalServerChannel AServerChannel
for the local transport.LocalServerChannelFactory AServerChannelFactory
that creates aLocalServerChannel
. -
Class Summary Class Description DefaultLocalClientChannelFactory The defaultLocalClientChannelFactory
implementation.DefaultLocalServerChannelFactory The defaultLocalServerChannelFactory
implementation.LocalAddress An endpoint in the local transport.