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