public class OFPortConfigSerializerVer11 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 |
|---|
OFPortConfigSerializerVer11() |
| 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(org.jboss.netty.buffer.ChannelBuffer bb) |
static int |
toWireValue(Set<OFPortConfig> set) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseErrorpublic static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2016. All rights reserved.