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