public interface MutableStructure extends MutableObject, Structure
| Modifier and Type | Method and Description |
|---|---|
OpenflowStructure |
toImmutable()
Returns an immutable instance of this structure.
|
writablegetVersion, toDebugStringOpenflowStructure toImmutable()
It is expected that the reference to this mutable structure will be
dropped. Note that all method calls invoked on a
MutableStructure after toImmutable() has been invoked
will result in an InvalidMutableException being thrown.
InvalidMutableException - if this structure is no longer writableCopyright © 2014. All Rights Reserved.