| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
IpV6.Builder |
IpV6.Builder.dstAddr(IpAddress dstAddr)
Sets the destination address.
|
IpV6.Builder |
IpV6.Builder.flowLabel(int flowLabel)
Sets the flow label.
|
IpV6.Builder |
IpV6.Builder.hopLimit(int hopLimit)
Sets the hop limit.
|
IpV6.Builder |
IpV6.Builder.nextHdr(IpType nextHdr)
Sets the next header field which could be a IPv6 extension option
or the next protocol layer.
|
IpV6.Builder |
IpV6.Builder.options(IpV6.Option[] options)
Sets the options.
|
IpV6.Builder |
IpV6.Builder.srcAddr(IpAddress srcAddr)
Sets the source address.
|
IpV6.Builder |
IpV6.Builder.tosDsfc(IpTosDsfc tosDsfc)
Sets the TOS Differentiated Services Field Codepoints (DSFC) type.
|
IpV6.Builder |
IpV6.Builder.tosEcn(IpTosEcn tosEcn)
Sets the TOS Explicit Congestion Notification (ECN) type.
|
Copyright © 2014. All Rights Reserved.