|
||||||||||
| 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.auth.AuthStatus
public class AuthStatus
Authentication status update message.
| Field Summary | |
|---|---|
boolean |
authenticated
whether the receiver has been authenticated |
java.lang.String |
msg
status message |
| Fields inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
SIZEOF, timeCreated, TSSEP, type, xid |
| Constructor Summary | |
|---|---|
AuthStatus(int len,
int xid,
java.io.DataInput in)
Read in the body of an AuthRequest. |
|
| Method Summary | |
|---|---|
int |
length()
total length of this message in bytes |
java.lang.String |
toString()
String representation of the message including the date and type. |
| Methods inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
getType, isStatefulReply, isStatefulRequest, timeCreated, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final boolean authenticated
public final java.lang.String msg
| Constructor Detail |
|---|
public AuthStatus(int len,
int xid,
java.io.DataInput in)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public int length()
OFGMessage
length in class OFGMessagepublic 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 | |||||||||