|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.gui.net.protocol.OFGMessage
org.openflow.gui.net.protocol.PollStop
public class PollStop
Tells the backend to stop polling for a given message.
| Field Summary | |
|---|---|
int |
xid_to_stop_polling
the message transaction ID to stop polling |
| Fields inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
SIZEOF, timeCreated, TSSEP, type, xid |
| Constructor Summary | |
|---|---|
PollStop(int xid_to_stop_polling)
|
|
| Method Summary | |
|---|---|
int |
length()
This returns the maximum length of PollStop |
java.lang.String |
toString()
String representation of the message including the date and type. |
void |
write(java.io.DataOutput out)
Writes the header (via super.write()), and this message |
| Methods inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
getType, isStatefulReply, isStatefulRequest, timeCreated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int xid_to_stop_polling
| Constructor Detail |
|---|
public PollStop(int xid_to_stop_polling)
| Method Detail |
|---|
public int length()
length in class OFGMessage
public void write(java.io.DataOutput out)
throws java.io.IOException
write in class OFGMessagejava.io.IOExceptionpublic java.lang.String toString()
OFGMessage
toString in class OFGMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||