public class OFBsnVlanCounterSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BSN_VLAN_COUNTER_RX_BYTES_VAL |
static byte |
BSN_VLAN_COUNTER_RX_PACKETS_VAL |
static byte |
BSN_VLAN_COUNTER_TX_BYTES_VAL |
static byte |
BSN_VLAN_COUNTER_TX_PACKETS_VAL |
Constructor and Description |
---|
OFBsnVlanCounterSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFBsnVlanCounter |
ofWireValue(byte val) |
static void |
putTo(OFBsnVlanCounter e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnVlanCounter |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnVlanCounter e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnVlanCounter e) |
public static final byte BSN_VLAN_COUNTER_RX_BYTES_VAL
public static final byte BSN_VLAN_COUNTER_RX_PACKETS_VAL
public static final byte BSN_VLAN_COUNTER_TX_BYTES_VAL
public static final byte BSN_VLAN_COUNTER_TX_PACKETS_VAL
public static OFBsnVlanCounter readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnVlanCounter e)
public static void putTo(OFBsnVlanCounter e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnVlanCounter ofWireValue(byte val)
public static byte toWireValue(OFBsnVlanCounter e)
Copyright © 2015. All rights reserved.