| Package | Description |
|---|---|
| com.h3c.of.lib |
OpenFlow Protocol Library.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommonUtils.notNullIncompleteMsg(Object... objects)
Verifies that arguments are not null.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MessageFactory.encodeMessage(OpenflowMessage msg)
Encodes the specified OpenFlow message, returning the result in
a newly allocated byte array.
|
static void |
MessageFactory.encodeMessage(OpenflowMessage msg,
ByteBuffer buffer)
Encodes the specified OpenFlow message into the supplied byte buffer.
|
void |
OpenflowMessage.validate()
Validates this message for completeness and throws an exception
if the message is considered "not complete".
|
void |
OfmPacketOut.validate() |
void |
OfmErrorExper.validate() |
void |
Role.validate() |
void |
OfmFlowMod.validate() |
void |
OfmMultipartRequest.validate() |
void |
OfmPacketIn.validate() |
void |
OfmMultipartReply.validate() |
void |
OfmError.validate() |
Copyright © 2014. All Rights Reserved.