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) |
putTo
OFVersion getVersion()
getVersion
in interface OFMessage
getVersion
in interface OFObject
getVersion
in interface OFStatsRequest<OFFlowStatsReply>
OFType getType()
getType
in interface OFMessage
getType
in interface OFStatsRequest<OFFlowStatsReply>
long getXid()
getXid
in interface OFMessage
getXid
in interface OFStatsRequest<OFFlowStatsReply>
OFStatsType getStatsType()
getStatsType
in interface OFStatsRequest<OFFlowStatsReply>
Set<OFStatsRequestFlags> getFlags()
getFlags
in interface OFStatsRequest<OFFlowStatsReply>
TableId getTableId()
OFPort getOutPort()
OFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookie() throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo
in interface OFMessage
writeTo
in interface OFStatsRequest<OFFlowStatsReply>
writeTo
in interface Writeable
OFFlowStatsRequest.Builder createBuilder()
createBuilder
in interface OFMessage
createBuilder
in interface OFStatsRequest<OFFlowStatsReply>
Copyright © 2015. All rights reserved.