public class OFPortConfigSerializerVer14 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BSN_MIRROR_DEST_VAL |
static int |
NO_FWD_VAL |
static int |
NO_PACKET_IN_VAL |
static int |
NO_RECV_VAL |
static int |
PORT_DOWN_VAL |
| Constructor and Description |
|---|
OFPortConfigSerializerVer14() |
| 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_RECV_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
OFParseErrorpublic 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 © 2019. All rights reserved.