|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bigswitch.floodlight.vendor.OFBigSwitchVendorActionFactory
public class OFBigSwitchVendorActionFactory
Field Summary | |
---|---|
protected static org.slf4j.Logger |
logger
|
Constructor Summary | |
---|---|
OFBigSwitchVendorActionFactory()
|
Method Summary | |
---|---|
OFActionVendor |
readFrom(java.nio.ByteBuffer data)
parse the data from the wire, create and return a vendor-specific action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.slf4j.Logger logger
Constructor Detail |
---|
public OFBigSwitchVendorActionFactory()
Method Detail |
---|
public OFActionVendor readFrom(java.nio.ByteBuffer data)
OFVendorActionFactory
readFrom
in interface OFVendorActionFactory
data
- contains a serialized vendor action at the current readerPosition.
The full message is guaranteed to be available in the buffer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |