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

Packages that use AByteChannel
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 AByteChannel in net.sf.asyncobjects.io
 

Classes in net.sf.asyncobjects.io that implement AByteChannel
 class BufferedByteChannel
          Byte 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.
 

Constructors in net.sf.asyncobjects.io with parameters of type AByteChannel
BufferedByteChannel(AByteChannel wrapped, int bufferSize)
          A constructor
 

Uses of AByteChannel in net.sf.asyncobjects.net
 

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

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

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

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

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



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