public interface OFFlowStatsRequest extends OFObject, OFStatsRequest<OFFlowStatsReply>, OFRequest<OFFlowStatsReply>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFFlowStatsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFFlowStatsRequest.Builder |
createBuilder() |
U64 |
getCookie() |
U64 |
getCookieMask() |
Set<OFStatsRequestFlags> |
getFlags() |
Match |
getMatch() |
OFGroup |
getOutGroup() |
OFPort |
getOutPort() |
OFStatsType |
getStatsType() |
TableId |
getTableId() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
equalsIgnoreXid, hashCodeIgnoreXidputToOFVersion getVersion()
getVersion in interface OFMessagegetVersion in interface OFObjectgetVersion in interface OFStatsRequest<OFFlowStatsReply>OFType getType()
getType in interface OFMessagegetType in interface OFStatsRequest<OFFlowStatsReply>long getXid()
getXid in interface OFMessagegetXid in interface OFStatsRequest<OFFlowStatsReply>OFStatsType getStatsType()
getStatsType in interface OFStatsRequest<OFFlowStatsReply>Set<OFStatsRequestFlags> getFlags()
getFlags in interface OFStatsRequest<OFFlowStatsReply>Match getMatch()
TableId getTableId()
OFPort getOutPort()
OFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCookie() throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationExceptionvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo in interface OFMessagewriteTo in interface OFStatsRequest<OFFlowStatsReply>writeTo in interface WriteableOFFlowStatsRequest.Builder createBuilder()
createBuilder in interface OFMessagecreateBuilder in interface OFStatsRequest<OFFlowStatsReply>Copyright © 2021. All rights reserved.