Modifier and Type | Interface and Description |
---|---|
static interface |
OFMatchV2.Builder |
Modifier and Type | Method and Description |
---|---|
OFMatchV2.Builder |
createBuilder()
Returns a builder to build new instances of this type of match object.
|
MacAddress |
getEthDst() |
MacAddress |
getEthDstMask() |
MacAddress |
getEthSrc() |
MacAddress |
getEthSrcMask() |
int |
getEthType() |
OFPort |
getInPort() |
short |
getIpDscp() |
short |
getIpProto() |
IPv4Address |
getIpv4Dst() |
IPv4Address |
getIpv4DstMask() |
IPv4Address |
getIpv4Src() |
IPv4Address |
getIpv4SrcMask() |
U64 |
getMetadata() |
U64 |
getMetadataMask() |
long |
getMplsLabel() |
short |
getMplsTc() |
int |
getTcpDst() |
int |
getTcpSrc() |
int |
getType() |
OFVersion |
getVersion() |
short |
getVlanPcp() |
int |
getVlanVid() |
int |
getWildcards() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
get, getMasked, getMatchFields, isExact, isFullyWildcarded, isPartiallyMasked, supports, supportsMasked
putTo
int getType()
OFPort getInPort()
int getWildcards()
MacAddress getEthSrc()
MacAddress getEthSrcMask()
MacAddress getEthDst()
MacAddress getEthDstMask()
int getVlanVid()
short getVlanPcp()
int getEthType()
short getIpDscp()
short getIpProto()
IPv4Address getIpv4Src()
IPv4Address getIpv4SrcMask()
IPv4Address getIpv4Dst()
IPv4Address getIpv4DstMask()
int getTcpSrc()
int getTcpDst()
long getMplsLabel()
short getMplsTc()
U64 getMetadata()
U64 getMetadataMask()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFMatchV2.Builder createBuilder()
Match
createBuilder
in interface Match
Copyright © 2015. All rights reserved.