T - multi-part body typepublic abstract class MBodyList<T extends MultipartBody> extends OpenflowStructure implements MultipartBody
MultipartBody instances that
are composed of a list (array) of elements.version| Modifier and Type | Method and Description |
|---|---|
abstract Class<T> |
getElementClass()
Returns the class of the elements of the array.
|
List<T> |
getList()
Returns an unmodifiable view of the list.
|
int |
getTotalLength()
Returns the total length of the body, in bytes.
|
ProtocolVersion |
getVersion()
Returns the protocol version of this OpenFlow structure.
|
hex, hex, toDebugString, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidatetoDebugStringpublic ProtocolVersion getVersion()
StructuregetVersion in interface StructuregetVersion in class OpenflowStructurepublic int getTotalLength()
MultipartBodygetTotalLength in interface MultipartBodypublic abstract Class<T> getElementClass()
Copyright © 2014. All Rights Reserved.