| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
IpTosEcn |
IpV6.tosEcn()
Returns the TOS Explicit Congestion Notification (ECN) type.
|
IpTosEcn |
Ip.tosEcn()
Returns the TOS Explicit Congestion Notification (ECN) type.
|
static IpTosEcn |
IpTosEcn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpTosEcn[] |
IpTosEcn.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.tosEcn(IpTosEcn tosEcn)
Sets the TOS Explicit Congestion Notification (ECN) type.
|
Ip.Builder |
Ip.Builder.tosEcn(IpTosEcn tosEcn)
Sets the TOS Explicit Congestion Notification (ECN) type.
|
Copyright © 2014. All Rights Reserved.