| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
IcmpOptionV6.Type |
IcmpOptionV6.type()
Returns this option's type.
|
static IcmpOptionV6.Type |
IcmpOptionV6.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcmpOptionV6.Type[] |
IcmpOptionV6.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IcmpOptionV6(IcmpOptionV6.Type type,
byte[] bytes)
Create a new ICMPv6 option data store for
IcmpTypeCodeV6.ROUTER_ADVERTISE_NDP and
IcmpTypeCodeV6.REDIRECT_MSG_NDP messages. |
IcmpOptionV6(IcmpOptionV6.Type type,
long mtu)
Create a new ICMPv6 option data store for
IcmpTypeCodeV6.ROUTER_ADVERTISE_NDP messages. |
IcmpOptionV6(IcmpOptionV6.Type type,
MacAddress linkLayerAddr)
Create a new ICMPv6 option data store for
IcmpTypeCodeV6.ROUTER_SOLICT_NDP,
IcmpTypeCodeV6.ROUTER_ADVERTISE_NDP, or
IcmpTypeCodeV6.NEIGHBOR_SOLICIT_NDP messages. |
Copyright © 2014. All Rights Reserved.