|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.protocol.hello.OFHelloElement
org.openflow.protocol.hello.OFHelloElementVersionBitmap
public class OFHelloElementVersionBitmap
Represents an ofp_hello_element_versionbitmap data
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Integer> |
bitmaps
|
static int |
MINIMUM_LENGTH
|
| Fields inherited from class org.openflow.protocol.hello.OFHelloElement |
|---|
length, type |
| Constructor Summary | |
|---|---|
OFHelloElementVersionBitmap()
Construct a ofp_hello message |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Integer> |
getBitmaps()
Returns read-only copies of the bitmaps contained in this HelloElement |
short |
getLength()
Get the length of this message |
int |
getLengthU()
Get the length of this message, unsigned |
void |
readFrom(java.nio.ByteBuffer data)
|
OFHelloElementVersionBitmap |
setBitmaps(java.util.List<java.lang.Integer> bitmaps)
Sets the list of bitmaps this HelloElement contains |
void |
writeTo(java.nio.ByteBuffer data)
|
| Methods inherited from class org.openflow.protocol.hello.OFHelloElement |
|---|
getType, setLength, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int MINIMUM_LENGTH
protected java.util.List<java.lang.Integer> bitmaps
| Constructor Detail |
|---|
public OFHelloElementVersionBitmap()
| Method Detail |
|---|
public short getLength()
getLength in class OFHelloElementpublic int getLengthU()
getLengthU in class OFHelloElementpublic java.util.List<java.lang.Integer> getBitmaps()
public OFHelloElementVersionBitmap setBitmaps(java.util.List<java.lang.Integer> bitmaps)
bitmaps - a list of ordered bitmapspublic void readFrom(java.nio.ByteBuffer data)
readFrom in class OFHelloElementpublic void writeTo(java.nio.ByteBuffer data)
writeTo in class OFHelloElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||