public class DhcpV6 extends Object implements Protocol
DhcpV6.Builder (mutable).
There are no OpenFlow match fields that reference this protocol.
| Modifier and Type | Class and Description |
|---|---|
static class |
DhcpV6.Builder
Builder (mutable) used to create a new protocol instances.
|
static class |
DhcpV6.MessageType
DHCPv6 Message types.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolId |
id()
Returns the protocol ID.
|
DhcpV6.MessageType |
msgType()
Returns the message type.
|
DhcpOptionV6[] |
options()
Returns a copy of the options array.
|
String |
toDebugString()
Returns the protocol debug string.
|
String |
toString() |
int |
transId()
Returns the transaction ID.
|
public ProtocolId id()
Protocolpublic DhcpV6.MessageType msgType()
public int transId()
public DhcpOptionV6[] options()
public String toDebugString()
ProtocoltoDebugString in interface ProtocolCopyright © 2014. All Rights Reserved.