public class EthType extends Object implements OFValueType<EthType>
Modifier and Type | Method and Description |
---|---|
EthType |
applyMask(EthType mask) |
int |
compareTo(EthType o) |
boolean |
equals(Object obj) |
int |
getLength() |
int |
getValue() |
int |
hashCode() |
static EthType |
of(int type) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static EthType |
read2Bytes(io.netty.buffer.ByteBuf c) |
String |
toString() |
void |
write2Bytes(io.netty.buffer.ByteBuf c) |
public static final EthType IPv4
public static final EthType ARP
public static final EthType WAKE_ON_LAN
public static final EthType TRILL
public static final EthType DECNET_IV
public static final EthType REV_ARP
public static final EthType APPLE_TALK
public static final EthType APPLE_TALK_ARP
public static final EthType VLAN_FRAME
public static final EthType IPX_8137
public static final EthType IPX_8138
public static final EthType QNX
public static final EthType IPv6
public static final EthType ETH_FLOW
public static final EthType SLOW_PROTOCOLS
public static final EthType COBRANET
public static final EthType MPLS_UNICAST
public static final EthType MPLS_MULTICAST
public static final EthType PPPoE_DISCOVERY
public static final EthType PPPoE_SESSION
public static final EthType JUMBO_FRAMES
public static final EthType HOMEPLUG_10
public static final EthType EAP_OVER_LAN
public static final EthType PROFINET
public static final EthType HYPERSCSI
public static final EthType ATA_OVER_ETH
public static final EthType ETHERCAT
public static final EthType BRIDGING
public static final EthType POWERLINK
public static final EthType LLDP
public static final EthType SERCOS
public static final EthType HOMEPLUG_AV
public static final EthType MRP
public static final EthType MAC_SEC
public static final EthType PTP
public static final EthType CFM
public static final EthType FCoE
public static final EthType FCoE_INIT
public static final EthType RoCE
public static final EthType HSR
public static final EthType CONF_TEST
public static final EthType Q_IN_Q
public static final EthType LLT
public static final EthType NONE
public static final EthType NO_MASK
public static final EthType FULL_MASK
public int getLength()
getLength
in interface OFValueType<EthType>
public static EthType of(int type)
public void write2Bytes(io.netty.buffer.ByteBuf c)
public static EthType read2Bytes(io.netty.buffer.ByteBuf c)
public EthType applyMask(EthType mask)
applyMask
in interface OFValueType<EthType>
public int getValue()
public int compareTo(EthType o)
compareTo
in interface Comparable<EthType>
public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo
in interface PrimitiveSinkable
Copyright © 2015. All rights reserved.