public class OFPacketQueue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected short |
length |
static int |
MINIMUM_LENGTH |
protected List<OFQueueProp> |
properties |
protected int |
queueId |
| Constructor and Description |
|---|
OFPacketQueue() |
OFPacketQueue(int queueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
short |
getLength() |
List<OFQueueProp> |
getProperties() |
long |
getQueueId() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data) |
void |
setProperties(List<OFQueueProp> properties) |
void |
setQueueId(int queueId) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data) |
public static int MINIMUM_LENGTH
protected int queueId
protected short length
protected List<OFQueueProp> properties
public OFPacketQueue()
public OFPacketQueue(int queueId)
public long getQueueId()
public void setQueueId(int queueId)
queueId - the queueId to setpublic List<OFQueueProp> getProperties()
public void setProperties(List<OFQueueProp> properties)
properties - the properties to setpublic short getLength()
public void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
public void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Copyright © 2015. All rights reserved.