|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFInterfaceIPReplyVendorData
public class OFInterfaceIPReplyVendorData
Field Summary | |
---|---|
static int |
BSN_GET_INTERFACE_IP_REPLY
Opcode/dataType to reply with IP addresses of all interfaces |
protected static Instantiable<OFVendorData> |
instantiable
|
protected java.util.List<OFInterfaceVendorData> |
interfaces
|
protected int |
length
|
Fields inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData |
---|
BSN_VENDOR_ID, dataType |
Constructor Summary | |
---|---|
OFInterfaceIPReplyVendorData()
Construct an interface IP reply vendor data |
Method Summary | |
---|---|
static Instantiable<OFVendorData> |
getInstantiable()
|
java.util.List<OFInterfaceVendorData> |
getInterfaces()
|
int |
getLength()
Get the length of the vendor data. |
void |
readFrom(java.nio.ByteBuffer data,
int length)
Read from the ByteBuffer |
void |
setInterfaces(java.util.List<OFInterfaceVendorData> intfs)
|
void |
setLength(int length)
Set the length of this message |
void |
writeTo(java.nio.ByteBuffer data)
Write to the ByteBuffer |
Methods inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData |
---|
equals, getDataType, hashCode, setDataType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<OFInterfaceVendorData> interfaces
protected int length
protected static Instantiable<OFVendorData> instantiable
public static final int BSN_GET_INTERFACE_IP_REPLY
Constructor Detail |
---|
public OFInterfaceIPReplyVendorData()
Method Detail |
---|
public static Instantiable<OFVendorData> getInstantiable()
public int getLength()
OFBigSwitchVendorData
getLength
in interface OFVendorData
getLength
in class OFBigSwitchVendorData
public void setLength(int length)
length
- public java.util.List<OFInterfaceVendorData> getInterfaces()
public void setInterfaces(java.util.List<OFInterfaceVendorData> intfs)
intfs
- the ones to setpublic void readFrom(java.nio.ByteBuffer data, int length)
readFrom
in interface OFVendorData
readFrom
in class OFBigSwitchVendorData
data
- the channel buffer from which we're deserializinglength
- the length to the end of the enclosing messagepublic void writeTo(java.nio.ByteBuffer data)
writeTo
in interface OFVendorData
writeTo
in class OFBigSwitchVendorData
data
- the channel buffer to which we're serializing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |