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

Packages that use ATcpClientSocket
<Unnamed>   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.Gnutella   
 

Uses of ATcpClientSocket in <Unnamed>
 

Fields in <Unnamed> 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 ATcpConnectRequest.clisock
           
protected  ATcpClientSocket ConnectSockState.clisock
           
 ATcpClientSocket ATcpConnectFailedEvent.theSocket
           
 

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

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

Uses of ATcpClientSocket in seda.sandStorm.lib.Gnutella
 

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