Uses of Interface
org.eclipse.ecf.datashare.IAbstractChannel

Packages that use IAbstractChannel
org.eclipse.ecf.datashare   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
 

Uses of IAbstractChannel in org.eclipse.ecf.datashare
 

Subinterfaces of IAbstractChannel in org.eclipse.ecf.datashare
 interface IChannel
          Channel for sending messages
 

Uses of IAbstractChannel in org.eclipse.ecf.provider.datashare
 

Classes in org.eclipse.ecf.provider.datashare that implement IAbstractChannel
 class BaseChannel
           
 

Uses of IAbstractChannel in org.eclipse.ecf.provider.datashare.nio
 

Classes in org.eclipse.ecf.provider.datashare.nio that implement IAbstractChannel
 class NIOChannel
          An abstract implementation of IChannel that uses Java 1.4 NIO APIs for sending and retrieving data.