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

Packages that use ATcpConnection
Default Package   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.http   
 

Uses of ATcpConnection in
 

Fields in Default Package declared as ATcpConnection
(package private)  ATcpConnection Bandwidth.conn
           
(package private)  ATcpConnection Pingpong.conn
           
 ATcpConnection Message.conn
           
(package private)  ATcpConnection MessageReader.conn
           
 

Constructors in Default Package with parameters of type ATcpConnection
Message(int seqNum, ATcpConnection conn)
           
Message(int seqNum, int status, ATcpConnection conn)
           
Message(byte[] data, ATcpConnection conn)
           
MessageReader(ATcpConnection conn, SinkIF compQ)
           
 

Uses of ATcpConnection in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as ATcpConnection
(package private)  ATcpConnection ATcpCloseRequest.conn
           
(package private)  ATcpConnection ATcpFlushRequest.conn
           
(package private)  ATcpConnection ATcpStartReadRequest.conn
           
 ATcpConnection ATcpWriteRequest.conn
           
protected  ATcpConnection SockState.conn
           
 

Methods in seda.sandStorm.lib.aSocket that return ATcpConnection
 ATcpConnection ATcpInPacket.getConnection()
          Return the connection from which this packet was received.
 

Methods in seda.sandStorm.lib.aSocket with parameters of type ATcpConnection
protected abstract  void ListenSockState.complete(ATcpConnection conn)
           
protected abstract  SockState aSocketImplFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
 

Constructors in seda.sandStorm.lib.aSocket with parameters of type ATcpConnection
ATcpCloseRequest(ATcpConnection conn, SinkIF compQ)
           
ATcpFlushRequest(ATcpConnection conn, SinkIF compQ)
           
ATcpInPacket(ATcpConnection conn, BufferElement buf)
           
ATcpInPacket(ATcpConnection conn, BufferElement buf, long seqNum)
           
ATcpInPacket(ATcpConnection conn, byte[] data, int len)
           
ATcpInPacket(ATcpConnection conn, byte[] data, int len, long seqNum)
           
ATcpInPacket(ATcpConnection conn, byte[] data, int len, boolean copy)
           
ATcpInPacket(ATcpConnection conn, byte[] data, int len, boolean copy, long seqNum)
           
ATcpStartReadRequest(ATcpConnection conn, SinkIF compQ, int readClogTries)
           
ATcpWriteRequest(ATcpConnection conn, BufferElement buf)
           
 

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

Methods in seda.sandStorm.lib.aSocket.nbio with parameters of type ATcpConnection
protected  void ListenSockState.complete(ATcpConnection conn)
           
protected  SockState NBIOFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
 

Constructors in seda.sandStorm.lib.aSocket.nbio with parameters of type ATcpConnection
SockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
SockState(ATcpConnection conn, java.net.Socket nbsock, java.lang.Integer writeClogThreshold)
           
 

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

Methods in seda.sandStorm.lib.aSocket.nio with parameters of type ATcpConnection
protected  void ListenSockState.complete(ATcpConnection conn)
           
protected  SockState NIOFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
 

Constructors in seda.sandStorm.lib.aSocket.nio with parameters of type ATcpConnection
SockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
SockState(ATcpConnection conn, java.net.Socket nbsock, java.lang.Integer writeClogThreshold)
           
 

Uses of ATcpConnection in seda.sandStorm.lib.Gnutella
 

Methods in seda.sandStorm.lib.Gnutella that return ATcpConnection
(package private)  ATcpConnection GnutellaConnection.getConnection()
           
 

Methods in seda.sandStorm.lib.Gnutella with parameters of type ATcpConnection
(package private)  void GnutellaServer.closeConnection(ATcpConnection tcpconn, SinkIF compQ)
           
(package private)  void GnutellaServer.cleanupConnection(ATcpConnection tcpconn, GnutellaConnection gc)
           
 

Constructors in seda.sandStorm.lib.Gnutella with parameters of type ATcpConnection
GnutellaConnection(GnutellaServer gs, ATcpConnection conn)
           
 

Uses of ATcpConnection in seda.sandStorm.lib.http
 

Methods in seda.sandStorm.lib.http that return ATcpConnection
 ATcpConnection httpConnection.getConnection()
          Return the ATcpConnection associated with this connection.
 

Constructors in seda.sandStorm.lib.http with parameters of type ATcpConnection
httpConnection(ATcpConnection tcpconn, httpServer hs, SinkIF compQ)
          Package-internal: Create an httpConnection with the given TCP connection and completion queue.