public abstract class AddressOption extends DhcpOption
| Constructor and Description |
|---|
AddressOption() |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getAddress() |
byte[] |
getData()
Get the data (wire format) into a byte array.
|
void |
setAddress(InetAddress address) |
void |
setData(byte[] data)
Set the data (wire format) from a byte array.
|
getClassByTag, getTag, getTagByClass, writeTopublic byte[] getData()
DhcpOptionDhcpOption.setData(byte[]).getData in class DhcpOptionpublic void setData(byte[] data)
DhcpOptionsetData in class DhcpOptionpublic InetAddress getAddress()
public void setAddress(InetAddress address)
Copyright © 2021. All rights reserved.