Modifier and Type | Interface and Description |
---|---|
static interface |
OFMatchV1.Builder |
Modifier and Type | Method and Description |
---|---|
OFMatchV1.Builder |
createBuilder()
Returns a builder to build new instances of this type of match object.
|
MacAddress |
getEthDst() |
MacAddress |
getEthSrc() |
EthType |
getEthType() |
OFPort |
getInPort() |
IpDscp |
getIpDscp() |
IpProtocol |
getIpProto() |
IPv4Address |
getIpv4Dst() |
IPv4Address |
getIpv4Src() |
TransportPort |
getTcpDst() |
TransportPort |
getTcpSrc() |
OFVersion |
getVersion() |
VlanPcp |
getVlanPcp() |
OFVlanVidMatch |
getVlanVid() |
int |
getWildcards() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
get, getMasked, getMatchFields, isExact, isFullyWildcarded, isPartiallyMasked, supports, supportsMasked
putTo
int getWildcards()
OFPort getInPort()
MacAddress getEthSrc()
MacAddress getEthDst()
OFVlanVidMatch getVlanVid()
VlanPcp getVlanPcp()
EthType getEthType()
IpDscp getIpDscp()
IpProtocol getIpProto()
IPv4Address getIpv4Src()
IPv4Address getIpv4Dst()
TransportPort getTcpSrc()
TransportPort getTcpDst()
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFMatchV1.Builder createBuilder()
Match
createBuilder
in interface Match
Copyright © 2015. All rights reserved.