@Immutable public class VRF extends Object implements OFValueType<VRF>
Modifier and Type | Field and Description |
---|---|
static VRF |
FULL_MASK |
static VRF |
NO_MASK |
static VRF |
ZERO |
Modifier and Type | Method and Description |
---|---|
VRF |
applyMask(VRF mask) |
int |
compareTo(VRF o) |
boolean |
equals(Object obj) |
int |
getInt() |
int |
getLength() |
int |
hashCode() |
static VRF |
of(int raw) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static VRF |
read4Bytes(io.netty.buffer.ByteBuf c) |
String |
toString() |
void |
write4Bytes(io.netty.buffer.ByteBuf c) |
public static final VRF ZERO
public static final VRF NO_MASK
public static final VRF FULL_MASK
public static VRF of(int raw)
public int getInt()
public int getLength()
getLength
in interface OFValueType<VRF>
public void write4Bytes(io.netty.buffer.ByteBuf c)
public static VRF read4Bytes(io.netty.buffer.ByteBuf c)
public VRF applyMask(VRF mask)
applyMask
in interface OFValueType<VRF>
public int compareTo(VRF o)
compareTo
in interface Comparable<VRF>
public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo
in interface PrimitiveSinkable
Copyright © 2015. All rights reserved.