| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
DhcpOptionV6.Type |
DhcpOptionV6.type()
Returns the option type.
|
static DhcpOptionV6.Type |
DhcpOptionV6.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhcpOptionV6.Type[] |
DhcpOptionV6.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DhcpOptionV6(DhcpOptionV6.Type type)
Constructor that takes an option type.
|
DhcpOptionV6(DhcpOptionV6.Type type,
byte[] bytes)
Constructor that takes an option type and payload.
|
Copyright © 2014. All Rights Reserved.