|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OFMeterBandFactory
The interface to factories used for retrieving OFMeterBand instances. All methods are expected to be thread-safe.
Method Summary | |
---|---|
OFMeterBand |
getMeterBand(OFMeterBandType t)
Retrieves an OFMeterBand instance corresponding to the specified OFMeterBandType |
java.util.List<OFMeterBand> |
parseMeterBands(java.nio.ByteBuffer data,
int length)
Attempts to parse and return all OFMeterBands contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
java.util.List<OFMeterBand> |
parseMeterBands(java.nio.ByteBuffer data,
int length,
int limit)
Attempts to parse and return all OFMeterBands contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
Method Detail |
---|
OFMeterBand getMeterBand(OFMeterBandType t)
t
- the type of the OFMeterBand to be retrieved
java.util.List<OFMeterBand> parseMeterBands(java.nio.ByteBuffer data, int length)
data
- the ByteBuffer to parse for OpenFlow OFMeterBandslength
- the number of Bytes to examine for OpenFlow OFMeterBands
java.util.List<OFMeterBand> parseMeterBands(java.nio.ByteBuffer data, int length, int limit)
data
- the ByteBuffer to parse for OpenFlow OFMeterBandslength
- the number of Bytes to examine for OpenFlow OFMeterBandslimit
- the maximum number of OFMeterBands to return, 0 means no limit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |