Uses of Class
seda.sandStorm.lib.Gnutella.GnutellaConnection

Packages that use GnutellaConnection
seda.sandStorm.lib.Gnutella   
 

Uses of GnutellaConnection in seda.sandStorm.lib.Gnutella
 

Fields in seda.sandStorm.lib.Gnutella declared as GnutellaConnection
protected  GnutellaConnection GnutellaPacket.gc
           
 

Methods in seda.sandStorm.lib.Gnutella that return GnutellaConnection
 GnutellaConnection GnutellaPacket.getConnection()
          Return the GnutellaConnection from which this packet arrived.
 

Methods in seda.sandStorm.lib.Gnutella with parameters of type GnutellaConnection
(package private)  void GnutellaPacket.setConnection(GnutellaConnection gc)
          Used by GnutellaServer when creating a new packet.
(package private)  void GnutellaServer.cleanupConnection(ATcpConnection tcpconn, GnutellaConnection gc)
           
 void GnutellaServer.sendToAllButOne(GnutellaPacket pkt, GnutellaConnection exclude)
          Send a packet to all nodes but the given node.