| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
Ethernet.Builder |
Ethernet.Builder.control(Ethernet.Control control)
Sets the 802.3 control type.
|
Ethernet.Builder |
Ethernet.Builder.dsap(Ethernet.Dsap dsap)
Sets the destination service access point.
|
Ethernet.Builder |
Ethernet.Builder.dstAddr(MacAddress dstAddr)
Sets the destination address.
|
Ethernet.Builder |
Ethernet.Builder.snapId(Ethernet.SnapId snapId)
Sets the SNAP ID.
|
Ethernet.Builder |
Ethernet.Builder.srcAddr(MacAddress srcAddr)
Sets the source address.
|
Ethernet.Builder |
Ethernet.Builder.ssap(Ethernet.Ssap ssap)
Sets the source service access point.
|
Ethernet.Builder |
Ethernet.Builder.type(EthernetType type)
Sets the ethernet type.
|
Ethernet.Builder |
Ethernet.Builder.vlanDei(boolean vlanDei)
Sets the VLAN Drop Eligibility Indicator flag.
|
Ethernet.Builder |
Ethernet.Builder.vlanId(int vlanId)
Sets the VLAN ID.
|
Ethernet.Builder |
Ethernet.Builder.vlanPriority(Ethernet.VlanPriority vlanPriority)
Sets the VLAN priority.
|
Copyright © 2014. All Rights Reserved.