| Package | Description |
|---|---|
| com.h3c.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MpBodyFactory.setRequestType(OfmMutableMultipartRequest msg,
MultipartType type)
Sets the type in the message header, and adds the appropriate body,
if any.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutableMultipartRequest |
OfmMutableMultipartRequest.body(MultipartBody body)
Sets the body of this multipart request; Since 1.0.
|
OfmMutableMultipartRequest |
OfmMutableMultipartRequest.setMoreFlag()
Sets the REQUEST_MORE flag.
|
OfmMutableMultipartRequest |
OfmMutableMultipartRequest.type(MultipartType type)
Sets the type of this multipart request; Since 1.0.
|
Copyright © 2014. All Rights Reserved.