|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PacketDestination
The PacketDestination interface provides a method of processing packets when they arrive.
| Method Summary | |
|---|---|
java.util.Vector<Packet> |
processPacket(Packet p)
Processes a Packet that has reached this PacketDestination. |
| Method Detail |
|---|
java.util.Vector<Packet> processPacket(Packet p)
Packet that has reached this PacketDestination.
p - Packet received from the network.
Vector of new Packets to add to the network.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||