| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
Ip.Builder |
Ip.Builder.doNotFrag(boolean doNotFrag)
Sets the flag to not fragment this packet.
|
Ip.Builder |
Ip.Builder.dstAddr(IpAddress dstAddr)
Sets the destination address.
|
Ip.Builder |
Ip.Builder.fragOffset(int fragOffset)
Sets the fragment offset.
|
Ip.Builder |
Ip.Builder.ident(int ident)
Sets the identifier value assigned by the sender.
|
Ip.Builder |
Ip.Builder.moreFragToCome(boolean moreFragToCome)
Sets the flag to indicate that more fragments are coming.
|
Ip.Builder |
Ip.Builder.options(byte[] options)
Sets the options bytes.
|
Ip.Builder |
Ip.Builder.srcAddr(IpAddress srcAddr)
Sets the source address.
|
Ip.Builder |
Ip.Builder.tosDsfc(IpTosDsfc tosDsfc)
Sets the TOS Differentiated Services Field Codepoints (DSFC) type.
|
Ip.Builder |
Ip.Builder.tosEcn(IpTosEcn tosEcn)
Sets the TOS Explicit Congestion Notification (ECN) type.
|
Ip.Builder |
Ip.Builder.ttl(int ttl)
Sets the time to live seconds.
|
Ip.Builder |
Ip.Builder.type(IpType type)
Sets the protocol type.
|
Copyright © 2014. All Rights Reserved.