Package org.jboss.netty.channel.local

A virtual transport that enables the communication between the two parties in the same virtual machine.

See:
          Description


Interface Summary
LocalChannel A Channel for the local transport.
LocalClientChannelFactory A ChannelFactory that creates a client-side LocalChannel.
LocalServerChannel A ServerChannel for the local transport.
LocalServerChannelFactory A ServerChannelFactory that creates a LocalServerChannel.
 

Class Summary
DefaultLocalClientChannelFactory The default LocalClientChannelFactory implementation.
DefaultLocalServerChannelFactory The default LocalServerChannelFactory implementation.
LocalAddress An endpoint in the local transport.
 

Package org.jboss.netty.channel.local Description

A virtual transport that enables the communication between the two parties in the same virtual machine.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.