@Deprecated public interface ProxyArpStore
| Modifier and Type | Method and Description |
|---|---|
void |
forward(ConnectPoint outPort,
Host subject,
ByteBuffer packet)
Deprecated.
Forwards an ARP or neighbor solicitation request to its destination.
|
void |
setDelegate(ProxyArpStoreDelegate delegate)
Deprecated.
Associates the specified delegate with the store.
|
void forward(ConnectPoint outPort, Host subject, ByteBuffer packet)
outPort - the port the request was received onsubject - subject hostpacket - an ethernet frame containing an ARP or neighbor
solicitation requestvoid setDelegate(ProxyArpStoreDelegate delegate)
delegate - store delegate