public interface OFMessage extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFMessage.Builder |
Modifier and Type | Method and Description |
---|---|
OFMessage.Builder |
createBuilder() |
boolean |
equalsIgnoreXid(Object obj)
Compares the two messages for equality, ignoring the XID field.
|
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
int |
hashCodeIgnoreXid()
Computes the hashcode of the message, ignoring the XID field.
|
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFObject
OFType getType()
long getXid()
boolean equalsIgnoreXid(Object obj)
obj
- the other message to compareint hashCodeIgnoreXid()
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFMessage.Builder createBuilder()
Copyright © 2017. All rights reserved.