public class OFAuxId extends Object implements Comparable<OFAuxId>, PrimitiveSinkable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OFAuxId other) |
boolean |
equals(Object obj) |
short |
getValue() |
int |
hashCode() |
static OFAuxId |
of(int id) |
static OFAuxId |
of(short id) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static OFAuxId |
readByte(io.netty.buffer.ByteBuf c) |
String |
toString() |
void |
writeByte(io.netty.buffer.ByteBuf c) |
public static final OFAuxId MAIN
public static OFAuxId of(short id)
public static OFAuxId of(int id)
public short getValue()
public void writeByte(io.netty.buffer.ByteBuf c)
public static OFAuxId readByte(io.netty.buffer.ByteBuf c) throws OFParseError
OFParseErrorpublic int compareTo(OFAuxId other)
compareTo in interface Comparable<OFAuxId>public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo in interface PrimitiveSinkableCopyright © 2017. All rights reserved.