public class DhcpOption extends Object
| Constructor and Description |
|---|
DhcpOption(int code,
byte b) |
DhcpOption(int code,
List<String> ipAdresses) |
DhcpOption(int code,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getCodeAsHex() |
String |
getLengthAsHex() |
Dhcp.DhcpOptionType |
getOptionType() |
List<String> |
getValue() |
String |
getValueAsHex() |
void |
setOptionType(Dhcp.DhcpOptionType optionType) |
public DhcpOption(int code,
byte b)
public DhcpOption(int code,
String value)
public String getCodeAsHex()
public int getCode()
public String getLengthAsHex()
public String getValueAsHex()
public Dhcp.DhcpOptionType getOptionType()
public void setOptionType(Dhcp.DhcpOptionType optionType)
Copyright © 2016–2017 Nuage Networks. All rights reserved.