public class OFQueuePropsVer13 extends Object implements OFQueueProps
Modifier and Type | Field and Description |
---|---|
static OFQueuePropsVer13 |
INSTANCE |
Constructor and Description |
---|
OFQueuePropsVer13() |
Modifier and Type | Method and Description |
---|---|
OFQueuePropMaxRate.Builder |
buildMaxRate() |
OFQueuePropMinRate.Builder |
buildMinRate() |
OFMessageReader<OFQueueProp> |
getReader() |
OFVersion |
getVersion() |
OFQueuePropMaxRate |
maxRate(int rate) |
OFQueuePropMinRate |
minRate(int rate) |
public static final OFQueuePropsVer13 INSTANCE
public OFQueuePropMinRate.Builder buildMinRate()
buildMinRate
in interface OFQueueProps
public OFQueuePropMinRate minRate(int rate)
minRate
in interface OFQueueProps
public OFQueuePropMaxRate.Builder buildMaxRate()
buildMaxRate
in interface OFQueueProps
public OFQueuePropMaxRate maxRate(int rate)
maxRate
in interface OFQueueProps
public OFMessageReader<OFQueueProp> getReader()
getReader
in interface OFQueueProps
public OFVersion getVersion()
getVersion
in interface OFQueueProps
Copyright © 2015. All rights reserved.