public class OFActionEnqueue extends OFAction
| Modifier and Type | Field and Description |
|---|---|
static int |
MINIMUM_LENGTH |
protected short |
port |
protected int |
queueId |
length, OFFSET_LENGTH, OFFSET_TYPE, type| Constructor and Description |
|---|
OFActionEnqueue() |
OFActionEnqueue(short port,
int queueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
short |
getPort()
Get the output port
|
int |
getQueueId() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data) |
void |
setPort(short port)
Set the output port
|
void |
setQueueId(int queueId) |
String |
toString()
Returns a summary of the message
|
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data) |
clone, fromString, getLength, getLengthU, getType, setLength, setTypepublic static int MINIMUM_LENGTH
protected short port
protected int queueId
public OFActionEnqueue()
public OFActionEnqueue(short port,
int queueId)
public short getPort()
public void setPort(short port)
port - public int getQueueId()
public void setQueueId(int queueId)
queueId - the queueId to setpublic void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
public void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Copyright © 2015. All rights reserved.