| Package | Description |
|---|---|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HelloElemVersionBitmap
Hello element
VERSION_BITMAP. |
| Modifier and Type | Method and Description |
|---|---|
static HelloElement |
HelloElementFactory.createVersionBitmapElement(Set<ProtocolVersion> suppVers)
Creates a VERSION BITMAP hello element for the given supported
versions.
|
| Modifier and Type | Method and Description |
|---|---|
List<HelloElement> |
OfmHello.getElements()
Returns the hello elements associated with this HELLO message.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutableHello |
OfmMutableHello.addElement(HelloElement element)
Adds the specified hello element to this HELLO message.
|
static void |
HelloElementFactory.encodeElement(HelloElement elem,
OfPacketWriter pkt)
Encodes a hello element, writing it into the supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HelloElementFactory.encodeElementList(List<HelloElement> elems,
OfPacketWriter pkt)
Encodes a list of hello elements, writing it into the supplied buffer.
|
Copyright © 2014. All Rights Reserved.