|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnetwork.Packet
network.IPRequestPacket
A packet to request IPs from neighbors.
| Field Summary |
| Fields inherited from class network.Packet |
IP, IP_REQUEST, NUM_TYPES, XML |
| Constructor Summary | |
IPRequestPacket(int numRequested)
Create an a packet to request IP addresses from neighbors to add to own cache. |
|
| Method Summary | |
int |
getNumRequested()
Returns the number of IPs requested. |
| Methods inherited from class network.Packet |
getType |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IPRequestPacket(int numRequested)
numRequested - The number of IPs requested.| Method Detail |
public int getNumRequested()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||