|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GnutellaGUID | |
seda.sandStorm.lib.Gnutella |
Uses of GnutellaGUID in seda.sandStorm.lib.Gnutella |
Fields in seda.sandStorm.lib.Gnutella declared as GnutellaGUID | |
protected GnutellaGUID |
GnutellaPacket.guid
|
Methods in seda.sandStorm.lib.Gnutella that return GnutellaGUID | |
GnutellaGUID |
GnutellaPacket.getGUID()
Return the GUID associated with this packet. |
Constructors in seda.sandStorm.lib.Gnutella with parameters of type GnutellaGUID | |
GnutellaPacket(GnutellaGUID guid,
int function,
int ttl,
int hops,
byte[] payload)
|
|
GnutellaPacket(GnutellaGUID guid,
int function,
byte[] payload)
|
|
GnutellaPingPacket(GnutellaGUID guid,
int ttl,
int hops)
|
|
GnutellaPongPacket(GnutellaGUID guid,
int ttl,
int hops,
byte[] payload)
Create a pong packet with the given GUID, TTL, hops, and payload. |
|
GnutellaPongPacket(GnutellaGUID guid,
int numfiles,
int numkb)
Create a pong packet with the given numfiles and numkb, with the default port and local host address. |
|
GnutellaPongPacket(GnutellaGUID guid,
int port,
java.net.InetAddress address,
int numfiles,
int numkb)
Create a pong packet with the given port, address, numfiles and numkb. |
|
GnutellaPushPacket(GnutellaGUID guid,
int ttl,
int hops,
byte[] payload)
|
|
GnutellaQueryHitsPacket(GnutellaGUID guid,
int ttl,
int hops,
byte[] payload)
Create a GnutellaQueryHitsPacket from the given payload with the given GUID, ttl, and hops. |
|
GnutellaQueryPacket(GnutellaGUID guid,
int ttl,
int hops,
byte[] payload)
Create a query packet with the given GUID, TTL, hops, and payload. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |