| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
IpType |
IpV6.nextHdr()
Returns the next header protocol type.
|
IpType |
IpV6.Option.nextHdr()
Returns the next header protocol type.
|
IpType |
IpV6.nextProtocol()
Returns the decoded type of the next protocol layer (ICMPv6 for example).
|
IpType |
IpV6.Option.type()
Returns this option's protocol type.
|
IpType |
Ip.type()
Returns the next (payload) protocol type.
|
static IpType |
IpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpType[] |
IpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IpV6.Builder |
IpV6.Builder.nextHdr(IpType nextHdr)
Sets the next header field which could be a IPv6 extension option
or the next protocol layer.
|
Ip.Builder |
Ip.Builder.type(IpType type)
Sets the protocol type.
|
| Constructor and Description |
|---|
IpV6.Option(IpType type,
IpType nextHdr,
byte[] bytes)
Create a new IPv6 option data store.
|
Copyright © 2014. All Rights Reserved.