public class OFQueueStatisticsRequest extends Object implements OFStatistics
| Modifier and Type | Field and Description |
|---|---|
protected short |
portNumber |
protected int |
queueId |
| Constructor and Description |
|---|
OFQueueStatisticsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getLength()
Returns the wire length of this message in bytes
|
short |
getPortNumber() |
int |
getQueueId() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data)
Read this message off the wire from the specified ByteBuffer
|
void |
setPortNumber(short portNumber) |
void |
setQueueId(int queueId) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Write this message's binary format to the specified ByteBuffer
|
public short getPortNumber()
public void setPortNumber(short portNumber)
portNumber - the portNumber to setpublic int getQueueId()
public void setQueueId(int queueId)
queueId - the queueId to setpublic int getLength()
OFStatisticsgetLength in interface OFStatisticspublic void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
OFStatisticsreadFrom in interface OFStatisticspublic void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
OFStatisticswriteTo in interface OFStatisticsCopyright © 2015. All rights reserved.