public interface MutableMessage extends MutableObject, Message
| Modifier and Type | Method and Description |
|---|---|
void |
clearXid()
Clears the transaction ID field of this message (sets it to 0).
|
OpenflowMessage |
toImmutable()
Returns an immutable instance of this message.
|
writablegetVersion, toDebugStringvoid clearXid()
InvalidMutableException - if this message is no longer validOpenflowMessage toImmutable()
It is expected that the reference to this mutable message will be
dropped. Note that all method calls invoked on a
MutableMessage after toImmutable() has been invoked
will result in an InvalidMutableException being thrown.
InvalidMutableException - if this message is no longer writableCopyright © 2014. All Rights Reserved.