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