public class OFOxmList extends Object implements Iterable<OFOxm<?>>, Writeable, PrimitiveSinkable
Modifier and Type | Class and Description |
---|---|
static class |
OFOxmList.Builder |
Modifier and Type | Method and Description |
---|---|
OFOxmList.Builder |
createBuilder() |
boolean |
equals(Object obj) |
<T extends OFValueType<T>> |
get(MatchField<T> matchField) |
int |
hashCode() |
Iterator<OFOxm<?>> |
iterator() |
static OFOxmList |
of(OFOxm<?>... oxms) |
static OFOxmList |
ofList(Iterable<OFOxm<?>> oxmList) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static OFOxmList |
readFrom(io.netty.buffer.ByteBuf bb,
int length,
OFMessageReader<OFOxm<?>> reader) |
String |
toString() |
void |
writeTo(io.netty.buffer.ByteBuf bb) |
public static final OFOxmList EMPTY
public <T extends OFValueType<T>> OFOxm<T> get(MatchField<T> matchField)
public static OFOxmList readFrom(io.netty.buffer.ByteBuf bb, int length, OFMessageReader<OFOxm<?>> reader) throws OFParseError
OFParseError
public void writeTo(io.netty.buffer.ByteBuf bb)
public OFOxmList.Builder createBuilder()
public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo
in interface PrimitiveSinkable
Copyright © 2015. All rights reserved.