public interface DhcpOptions
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Format set of DHCP options into TLV encoded byte array.
|
java.util.Collection |
getDhcpOptions() |
DhcpOption |
getOption(int code) |
java.util.Iterator |
iterator() |
DhcpOption getOption(int code)
code
- DHCP option codejava.util.Iterator iterator()
byte[] getBytes()
java.util.Collection getDhcpOptions()