Uses of Class
seda.sandStorm.api.SinkClosedException

Packages that use SinkClosedException
<Unnamed>   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.http   
 

Uses of SinkClosedException in <Unnamed>
 

Methods in <Unnamed> that throw SinkClosedException
 void MultiBandwidth.doIt()
           
 void Bandwidth.doIt()
           
 void Pingpong.doIt()
           
 void PingpongUDP.doIt()
           
 void SimpleP2PClient.doIt()
           
 

Uses of SinkClosedException in seda.sandStorm.lib.aSocket
 

Methods in seda.sandStorm.lib.aSocket that throw SinkClosedException
 void ATcpConnection.close(SinkIF compQ)
          Close the socket.
 void AUdpSocket.close(SinkIF compQ)
          Close the socket.
 void ATcpConnection.flush(SinkIF compQ)
          Flush the socket.
 void AUdpSocket.flush(SinkIF compQ)
          Flush the socket.
protected abstract  boolean DatagramSockState.tryWrite()
           
protected abstract  boolean SockState.tryWrite()
           
 

Uses of SinkClosedException in seda.sandStorm.lib.aSocket.nbio
 

Methods in seda.sandStorm.lib.aSocket.nbio that throw SinkClosedException
protected  boolean DatagramSockState.tryWrite()
           
protected  boolean SockState.tryWrite()
           
 

Uses of SinkClosedException in seda.sandStorm.lib.aSocket.nio
 

Methods in seda.sandStorm.lib.aSocket.nio that throw SinkClosedException
protected  boolean DatagramSockState.tryWrite()
           
protected  boolean SockState.tryWrite()
           
 

Uses of SinkClosedException in seda.sandStorm.lib.Gnutella
 

Methods in seda.sandStorm.lib.Gnutella that throw SinkClosedException
 void GnutellaConnection.close(SinkIF compQ)
           
 void GnutellaConnection.flush(SinkIF compQ)
           
 

Uses of SinkClosedException in seda.sandStorm.lib.http
 

Methods in seda.sandStorm.lib.http that throw SinkClosedException
 void httpConnection.close(SinkIF compQ)
          Close the connection.
 void httpConnection.flush(SinkIF compQ)
          Flush the connection; a SinkFlushedEvent will be pushed to the user when all packets have drained.