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