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 AChannelfor the local transport.LocalClientChannelFactory AChannelFactorythat creates a client-sideLocalChannel.LocalServerChannel AServerChannelfor the local transport.LocalServerChannelFactory AServerChannelFactorythat creates aLocalServerChannel. -
Class Summary Class Description DefaultLocalChannel DefaultLocalClientChannelFactory The defaultLocalClientChannelFactoryimplementation.DefaultLocalServerChannel DefaultLocalServerChannelFactory The defaultLocalServerChannelFactoryimplementation.LocalAddress An endpoint in the local transport.LocalChannelRegistry LocalClientChannelSink LocalServerChannelSink