|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OFVendorActionFactory
Interface contract for an actionfactory that creates vendor-specific actions. VendorActionFactories are registered with the BasicFactory for a specific vendor id.
Note: Implementations are expected to be thread-safe.
Method Summary | |
---|---|
OFActionVendor |
readFrom(java.nio.ByteBuffer data)
parse the data from the wire, create and return a vendor-specific action. |
Method Detail |
---|
OFActionVendor readFrom(java.nio.ByteBuffer data)
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 |