public class OFPortConfigSerializerVer10 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BSN_MIRROR_DEST_VAL |
static int |
NO_FLOOD_VAL |
static int |
NO_FWD_VAL |
static int |
NO_PACKET_IN_VAL |
static int |
NO_RECV_STP_VAL |
static int |
NO_RECV_VAL |
static int |
NO_STP_VAL |
static int |
PORT_DOWN_VAL |
Constructor and Description |
---|
OFPortConfigSerializerVer10() |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortConfig> |
ofWireValue(int val) |
static void |
putTo(Set<OFPortConfig> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFPortConfig> |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(Set<OFPortConfig> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortConfig> set) |
public static final int PORT_DOWN_VAL
public static final int NO_STP_VAL
public static final int NO_RECV_VAL
public static final int NO_RECV_STP_VAL
public static final int NO_FLOOD_VAL
public static final int NO_FWD_VAL
public static final int NO_PACKET_IN_VAL
public static final int BSN_MIRROR_DEST_VAL
public static Set<OFPortConfig> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFPortConfig> set)
public static void putTo(Set<OFPortConfig> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFPortConfig> ofWireValue(int val)
public static int toWireValue(Set<OFPortConfig> set)
Copyright © 2015. All rights reserved.