Package seda.sandStorm.lib.Gnutella

Interface Summary
GnutellaConst This interface defines various constants used by the Gnutella protocol.
 

Class Summary
GnutellaCatcher  
GnutellaConnectFailedEvent This event indicates that an attempt to establish a Gnutella connection failed.
GnutellaConnection A GnutellaConnection represents a virtual connection to the Gnutella network.
GnutellaGUID This class represents the GUID contained in Gnutella network packets.
GnutellaPacket This is the base class for all Gnutella network packets.
GnutellaPacketReader This is an internal class, responsible for generating GnutellaPacket objects from raw socket data.
GnutellaPingPacket A Gnutella network ping packet.
GnutellaPongPacket A Gnutella network pong packet.
GnutellaPushPacket A Gnutella push packet.
GnutellaQueryHit A Gnutella query hit.
GnutellaQueryHitsPacket A Gnutella query hits packet.
GnutellaQueryPacket A Gnutella query packet.
GnutellaServer A GnutellaServer is a SandStorm stage which allows outgoing connections to be established to the Gnutella network, and accepts incoming connections.