public class MessageContainer
extends java.lang.Object
| Constructor and Description |
|---|
MessageContainer(EnumRegion desiredRegion)
Message containing a region that the user would like
select.
|
MessageContainer(java.lang.String uname,
java.lang.String loginSalt,
java.lang.String passwd)
This is a MessageContainer that contains a login with the plaintext username and password as well as the logingNonce
hash.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getContents()
Gets the contents of the MessageContainer
|
void |
setContents(java.io.Serializable contents)
Sets the contents of the MessageContainer
|
public MessageContainer(java.lang.String uname,
java.lang.String loginSalt,
java.lang.String passwd)
uname - login usernameloginSalt - login saltpasswd - login plaintext passwordpublic MessageContainer(EnumRegion desiredRegion)
desiredRegion - The region the user has specified.public java.io.Serializable getContents()
public void setContents(java.io.Serializable contents)
contents - the contents to set in the MessageContainer