Uses of Interface
net.sf.asyncobjects.io.AChannel

Packages that use AChannel
net.sf.asyncobjects.io This package contains core IO interfaces. 
net.sf.asyncobjects.net This package contains core network interfaces. 
net.sf.asyncobjects.net.nio This package contains implementation of network interfaces that is based on non-blocking NIO socket API. 
net.sf.asyncobjects.net.threading This package contains implementation of network interfaces that is based on blocking socket API. 
 

Uses of AChannel in net.sf.asyncobjects.io
 

Classes in net.sf.asyncobjects.io with type parameters of type AChannel
 class Pipe<D extends BatchedData<D>,I extends AInput<D>,O extends AOutput<D>,C extends AChannel<D,I,O>>
          A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream.
 class WrappingChannel<D extends BatchedData<D>,I extends AInput<D>,O extends AOutput<D>,C extends AChannel<D,I,O>>
          Byte channel that wraps existing channel some functionality over it.
 

Subinterfaces of AChannel in net.sf.asyncobjects.io
 interface AByteChannel
          An IO channel with input and output stream.
 interface ATextChannel
          A text channel.
 

Classes in net.sf.asyncobjects.io that implement AChannel
 class BufferedByteChannel
          Byte channel that wraps existing channel and adds buffering functionality over it.
 class BufferedTextChannel
          Text channel that wraps existing channel and adds buffering functionality over it.
 class BytePipe
          A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream.
 class Pipe<D extends BatchedData<D>,I extends AInput<D>,O extends AOutput<D>,C extends AChannel<D,I,O>>
          A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream.
 class TextPipe
          A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream.
 class WrappingChannel<D extends BatchedData<D>,I extends AInput<D>,O extends AOutput<D>,C extends AChannel<D,I,O>>
          Byte channel that wraps existing channel some functionality over it.
 

Fields in net.sf.asyncobjects.io declared as AChannel
protected  C WrappingChannel.wrapped
          a wrapped byte channel
 

Uses of AChannel in net.sf.asyncobjects.net
 

Subinterfaces of AChannel in net.sf.asyncobjects.net
 interface ASocket
          A socket wrapper interface
 

Uses of AChannel in net.sf.asyncobjects.net.nio
 

Classes in net.sf.asyncobjects.net.nio that implement AChannel
 class NIOSocket
          NIO-based implementation of socket
 

Uses of AChannel in net.sf.asyncobjects.net.threading
 

Classes in net.sf.asyncobjects.net.threading that implement AChannel
 class TSocket
          implementation of socket with threads. jdk 1.3 required.
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.