|
||||||||||
| 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.AuthRequest
public class AuthRequest
A request for the client to authenticate.
| Field Summary | |
|---|---|
byte[] |
salt
|
| Fields inherited from class org.openflow.gui.net.protocol.OFGMessage |
|---|
SIZEOF, timeCreated, TSSEP, type, xid |
| Constructor Summary | |
|---|---|
AuthRequest(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 byte[] salt
| Constructor Detail |
|---|
public AuthRequest(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 | |||||||||