Uses of Class
seda.sandStorm.lib.aSocket.ATcpClientSocket

Packages that use ATcpClientSocket
Default Package   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.Gnutella   
 

Uses of ATcpClientSocket in
 

Fields in Default Package declared as ATcpClientSocket
(package private)  ATcpClientSocket Bandwidth.clisock
           
(package private)  ATcpClientSocket Pingpong.clisock
           
 

Uses of ATcpClientSocket in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as ATcpClientSocket
 ATcpClientSocket ATcpConnectFailedEvent.theSocket
           
 ATcpClientSocket ATcpConnectRequest.clisock
           
protected  ATcpClientSocket ConnectSockState.clisock
           
 

Methods in seda.sandStorm.lib.aSocket that return ATcpClientSocket
 ATcpClientSocket ATcpConnectFailedEvent.getSocket()
           
 ATcpClientSocket ATcpConnection.getClientSocket()
          Return the ATcpClientSocket from which this connection came.
 

Constructors in seda.sandStorm.lib.aSocket with parameters of type ATcpClientSocket
ATcpConnectFailedEvent(ATcpClientSocket sock, java.lang.String message)
           
ATcpConnectRequest(ATcpClientSocket clisock, java.net.InetAddress addr, int port, SinkIF compQ, int writeClogThreshold, int connectClogTries)
           
ATcpConnection(ATcpClientSocket cliSock, java.net.InetAddress address, int port)
           
 

Uses of ATcpClientSocket in seda.sandStorm.lib.Gnutella
 

Constructors in seda.sandStorm.lib.Gnutella with parameters of type ATcpClientSocket
GnutellaConnectFailedEvent(ATcpClientSocket sock)