public interface OFMeterStatsRequest extends OFObject, OFStatsRequest<OFMeterStatsReply>, OFRequest<OFMeterStatsReply>
Modifier and Type | Interface and Description |
---|---|
static interface |
OFMeterStatsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
OFMeterStatsRequest.Builder |
createBuilder() |
Set<OFStatsRequestFlags> |
getFlags() |
long |
getMeterId() |
OFStatsType |
getStatsType() |
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<OFMeterStatsReply>
OFType getType()
getType
in interface OFMessage
getType
in interface OFStatsRequest<OFMeterStatsReply>
long getXid()
getXid
in interface OFMessage
getXid
in interface OFStatsRequest<OFMeterStatsReply>
OFStatsType getStatsType()
getStatsType
in interface OFStatsRequest<OFMeterStatsReply>
Set<OFStatsRequestFlags> getFlags()
getFlags
in interface OFStatsRequest<OFMeterStatsReply>
long getMeterId()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo
in interface OFMessage
writeTo
in interface OFStatsRequest<OFMeterStatsReply>
writeTo
in interface Writeable
OFMeterStatsRequest.Builder createBuilder()
createBuilder
in interface OFMessage
createBuilder
in interface OFStatsRequest<OFMeterStatsReply>
Copyright © 2015. All rights reserved.