public interface OFOxm<T extends OFValueType<T>> extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFOxm.Builder<T extends OFValueType<T>> |
| Modifier and Type | Method and Description |
|---|---|
OFOxm.Builder<T> |
createBuilder() |
OFOxm<T> |
getCanonical() |
T |
getMask() |
MatchField<T> |
getMatchField() |
long |
getTypeLen() |
T |
getValue() |
OFVersion |
getVersion() |
boolean |
isMasked() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTolong getTypeLen()
T getValue()
T getMask()
MatchField<T> getMatchField()
boolean isMasked()
OFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFOxm.Builder<T> createBuilder()
Copyright © 2020. All rights reserved.