|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.lib.Gnutella.GnutellaPacket | +--mdw.sandStorm.lib.Gnutella.GnutellaPingPacket
A Gnutella network ping packet.
Fields inherited from class mdw.sandStorm.lib.Gnutella.GnutellaPacket |
function, gc, guid, hops, NUM_ALLOC, payload, payload_length, ttl |
Fields inherited from interface mdw.sandStorm.lib.Gnutella.GnutellaConst |
DEFAULT_DOWNLOAD_PORT, DEFAULT_GNUTELLA_PORT, DEFAULT_HOPS, DEFAULT_PING_INTERVAL, DEFAULT_SPEED, DEFAULT_TTL, GNUTELLA_CONNECT, GNUTELLA_FN_PING, GNUTELLA_FN_PONG, GNUTELLA_FN_PUSH, GNUTELLA_FN_QUERY, GNUTELLA_FN_QUERYHITS, GNUTELLA_OK, MAX_PAYLOAD_SIZE, PACKET_HEADER_SIZE, WRITE_CLOG_THRESHOLD |
Constructor Summary | |
GnutellaPingPacket()
|
|
GnutellaPingPacket(GnutellaGUID guid,
int ttl,
int hops)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class mdw.sandStorm.lib.Gnutella.GnutellaPacket |
finalize, getBuffer, getConnection, getGUID, getSize, prepareForSend, readLEInt, readLEShort, setConnection, writeLEInt, writeLEShort |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public GnutellaPingPacket()
public GnutellaPingPacket(GnutellaGUID guid, int ttl, int hops)
Method Detail |
public java.lang.String toString()
toString
in class GnutellaPacket
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |