public abstract class OFSwitchConfig extends OFMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
OFSwitchConfig.OFConfigFlags |
| Modifier and Type | Field and Description |
|---|---|
protected short |
flags |
static int |
MINIMUM_LENGTH |
protected short |
missSendLength |
| Constructor and Description |
|---|
OFSwitchConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
short |
getFlags() |
short |
getMissSendLength() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data)
Read this message off the wire from the specified ByteBuffer
|
OFSwitchConfig |
setFlags(short flags) |
OFSwitchConfig |
setMissSendLength(short missSendLength) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Write this message's binary format to the specified ByteBuffer
|
getData, getDataAsString, getLength, getLengthU, getMessageStore, getType, getVersion, getXid, setLength, setLengthU, setType, setVersion, setXid, toStringpublic static int MINIMUM_LENGTH
protected short flags
protected short missSendLength
public short getFlags()
public OFSwitchConfig setFlags(short flags)
flags - the flags to setpublic short getMissSendLength()
public OFSwitchConfig setMissSendLength(short missSendLength)
missSendLength - the missSendLength to setpublic void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
OFMessagepublic void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
OFMessageCopyright © 2015. All rights reserved.