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) |
putTolong 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 OFObjectgetVersion in interface OFOxm<IpProtocol>void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo in interface OFOxm<IpProtocol>writeTo in interface WriteableOFOxmIpProto.Builder createBuilder()
createBuilder in interface OFOxm<IpProtocol>Copyright © 2021. All rights reserved.