| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.ctl.json |
...
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
ARPEntry |
ARPTable.arpEntry(IpAddress ipAddress)
Returns the ARP translation for a given IP address.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ARPEntry> |
ARPTable.arpEntries()
Returns the set of ARP translations for the VID.
|
| Modifier and Type | Method and Description |
|---|---|
ARPEntry |
ARPEntryCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
ARPEntryCodec.encode(ARPEntry arpEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ARPEntryDTO
Provides an implementation of
ARPEntry. |
| Modifier and Type | Method and Description |
|---|---|
ARPEntry |
ARPTableDTO.arpEntry(IpAddress ipAddress) |
ARPEntry |
Entity.getARPTableEntry()
Returns the arp entry from entity object.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ARPEntry> |
ARPTableDTO.arpEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
ARPTableDTO.deleteARPEntry(ARPEntry entry)
Deletes the given entry in the ARP table.
|
void |
ARPTableDTO.deleteOtherARPEntry(ARPEntry entry)
Deletes the Others given entry in the ARP table.
|
Copyright © 2014. All Rights Reserved.