public interface ArpService
| Modifier and Type | Method and Description |
|---|---|
void |
createArp(Peer peer)
Creates an ARP packet to probe for the peer's mac address.
|
boolean |
handlePacket(PacketContext context)
Handles the ARP packet in.
|
void createArp(Peer peer)
peer - A Peerboolean handlePacket(PacketContext context)
context - packet context to handle