Package com.limegroup.gnutella.messages

Class Summary
GGEP A mutable GGEP extension block.
Message A Gnutella message (packet).
PingReply A ping reply message, aka, "pong".
PingRequest A Gnutella ping message.
PushRequest A Gnutella push request, used to download files behind a firewall.
QueryReply A query reply.
QueryReply.IPPortCombo Another utility class the encapsulates some complexity.
QueryReply.PushProxyContainer A simple utility class for doling out PushProxy information.
QueryRequest This class creates Gnutella query messages, either from scratch, or from data read from the network.
 

Exception Summary
BadGGEPBlockException Thrown when a GGEP block is hopeless corrupt, making it impossible to extract any of the extensions.
BadGGEPPropertyException Thrown when a GGEP extension cannot be found or parsed.
BadPacketException An exception for reading bad data from the network.