Uses of Class
seda.sandStorm.core.SimpleSink

Packages that use SimpleSink
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.http   
 

Uses of SimpleSink in seda.sandStorm.lib.aDisk
 

Subclasses of SimpleSink in seda.sandStorm.lib.aDisk
 class AFile
          This class represents an asynchronous file I/O interface.
(package private)  class AFileImpl
          Package-access only abstract class representing an implementation of the AFile interface.
(package private)  class AFileTPImpl
          This is an implementation of AFile which uses a pool of threads which perform blocking I/O (through the java.io.RandomAccessFile class) on files.
 

Uses of SimpleSink in seda.sandStorm.lib.aSocket
 

Subclasses of SimpleSink in seda.sandStorm.lib.aSocket
 class ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
 class AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
 

Uses of SimpleSink in seda.sandStorm.lib.Gnutella
 

Subclasses of SimpleSink in seda.sandStorm.lib.Gnutella
 class GnutellaConnection
          A GnutellaConnection represents a virtual connection to the Gnutella network.
 

Uses of SimpleSink in seda.sandStorm.lib.http
 

Subclasses of SimpleSink in seda.sandStorm.lib.http
 class httpConnection
          This class represents a single HTTP connection.