|
||||||||||
| 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.PollStart
public class PollStart
OFGMessage which tells the backend to periodically send a message for us.
| Field Summary | |
|---|---|
OFGMessage |
msg
the message to poll |
short |
pollInterval
time between copies of this message being sent out (in units of 100ms, e.g. |
| Fields inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
SIZEOF, timeCreated, TSSEP, type, xid |
| Constructor Summary | |
|---|---|
PollStart(short pollInterval,
OFGMessage msg)
Construct a PollStart message. |
|
| Method Summary | |
|---|---|
int |
length()
This returns the maximum length of LinkSubscribe |
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()), the poll interval, and poll 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 short pollInterval
public final OFGMessage msg
| Constructor Detail |
|---|
public PollStart(short pollInterval,
OFGMessage msg)
pollInterval - how often (in 100ms units) for the backend to send
this message; if 0, then it will be sent only oncemsg - the message to send| 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 | |||||||||