| Package | Description |
|---|---|
| etri.sdn.controller.protocol.packet |
| Modifier and Type | Method and Description |
|---|---|
static DHCP.DHCPOptionCode |
DHCP.DHCPOptionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHCP.DHCPOptionCode[] |
DHCP.DHCPOptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DHCPOption |
DHCP.getOption(DHCP.DHCPOptionCode optionCode)
Gets a specific DHCP option parameter
|