public class OFPortStateSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLOCKED_VAL |
static int |
LINK_DOWN_VAL |
static int |
LIVE_VAL |
Constructor and Description |
---|
OFPortStateSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static Set<OFPortState> |
ofWireValue(int val) |
static void |
putTo(Set<OFPortState> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFPortState> |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(Set<OFPortState> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFPortState> set) |
public static final int LINK_DOWN_VAL
public static final int BLOCKED_VAL
public static final int LIVE_VAL
public static Set<OFPortState> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFPortState> set)
public static void putTo(Set<OFPortState> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFPortState> ofWireValue(int val)
public static int toWireValue(Set<OFPortState> set)
Copyright © 2015. All rights reserved.