|
||||||||||
| 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.StatsHeader
org.openflow.gui.net.protocol.SwitchDescriptionRequest
public class SwitchDescriptionRequest
Request for info describing a switch.
| Field Summary |
|---|
| Fields inherited from class org.openflow.gui.net.protocol.StatsHeader |
|---|
dpid, flags, REPLY, REQUEST, statsType |
| Fields inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
SIZEOF, timeCreated, TSSEP, type, xid |
| Constructor Summary | |
|---|---|
SwitchDescriptionRequest(long dpid)
Create a request for stats from the switch with its description |
|
SwitchDescriptionRequest(long dpid,
StatsFlag flag)
Create a request for stats from the switch with its description |
|
| Method Summary |
|---|
| Methods inherited from class org.openflow.gui.net.protocol.StatsHeader |
|---|
length, toString, write |
| 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 |
| Constructor Detail |
|---|
public SwitchDescriptionRequest(long dpid)
throws java.io.IOException
java.io.IOException
public SwitchDescriptionRequest(long dpid,
StatsFlag flag)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||