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