public class IncomingIMCH2 extends Object
Modifier and Type | Class and Description |
---|---|
class |
IncomingIMCH2.Info
Info class.
|
class |
IncomingIMCH2.TrillianEncryption
The Trillian Encryption class.
|
Constructor and Description |
---|
IncomingIMCH2()
Creates a new channel 2 message.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientIP1()
Get the value of clientIP1.
|
String |
getClientIP2()
Get the value of clientIP2.
|
byte[] |
getCookie()
Get the value of cookie.
|
String |
getEncoding()
Get the value of encoding.
|
int |
getErrorCode()
Get the value of errorCode.
|
String |
getGamesURL()
Get the value of gamesURL.
|
IncomingIMCH2.Info |
getInfo()
Get the value of info.
|
String |
getLanguage()
Get the value of language.
|
String |
getMsg()
Get the value of msg.
|
int |
getPort()
Get the value of port.
|
int |
getReqClass()
Get the value of reqClass.
|
int |
getStatus()
Get the value of status.
|
TLVChain |
getTLVChain()
Get the value of tlvchain.
|
IncomingIMCH2.TrillianEncryption |
getTrillianEncryption()
Get the value of trillianEncryption.
|
String |
getVerifiedIP()
Get the value of verifiedIP.
|
boolean |
isProxied()
Get the value of proxied.
|
void |
setClientIP1(String clientIP1)
Set the value of clientIP1.
|
void |
setClientIP2(String clientIP2)
Set the value of clientIP2.
|
void |
setCookie(byte[] cookie)
Set the value of cookie.
|
void |
setEncoding(String encoding)
Set the value of encoding.
|
void |
setErrorCode(int errorCode)
Set the value of errorCode.
|
void |
setGamesURL(String gamesURL)
Set the value of gamesURL.
|
void |
setInfo(IncomingIMCH2.Info info)
Set the value of info.
|
void |
setLanguage(String language)
Set the value of language.
|
void |
setMsg(String msg)
Set the value of msg.
|
void |
setPort(int port)
Set the value of port.
|
void |
setProxied(boolean proxied)
Set the value of proxied.
|
void |
setReqClass(int reqClass)
Set the value of reqClass.
|
void |
setStatus(int status)
Set the value of status.
|
void |
setTLVChain(TLVChain tlvchain)
Set the value of tlvchain.
|
void |
setTrillianEncryption(IncomingIMCH2.TrillianEncryption trillianEncryption)
Set the value of trillianEncryption.
|
void |
setVerifiedIP(String verifiedIP)
Set the value of verifiedIP.
|
public byte[] getCookie()
public void setCookie(byte[] cookie)
cookie
- Value to assign to cookie.public int getReqClass()
public void setReqClass(int reqClass)
reqClass
- Value to assign to reqClass.public int getStatus()
public void setStatus(int status)
status
- Value to assign to status.public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode
- Value to assign to errorCode.public String getClientIP1()
public void setClientIP1(String clientIP1)
clientIP1
- Value to assign to clientIP1.public String getClientIP2()
public void setClientIP2(String clientIP2)
clientIP2
- Value to assign to clientIP2.public String getVerifiedIP()
public void setVerifiedIP(String verifiedIP)
verifiedIP
- Value to assign to verifiedIP.public int getPort()
public void setPort(int port)
port
- Value to assign to port.public String getGamesURL()
public void setGamesURL(String gamesURL)
gamesURL
- Value to assign to gamesURL.public String getMsg()
public void setMsg(String msg)
msg
- Value to assign to msg.public String getEncoding()
public void setEncoding(String encoding)
encoding
- Value to assign to encoding.public String getLanguage()
public void setLanguage(String language)
language
- Value to assign to language.public boolean isProxied()
public void setProxied(boolean proxied)
proxied
- Value to assign to proxied.public IncomingIMCH2.Info getInfo()
public void setInfo(IncomingIMCH2.Info info)
info
- Value to assign to info.public IncomingIMCH2.TrillianEncryption getTrillianEncryption()
public void setTrillianEncryption(IncomingIMCH2.TrillianEncryption trillianEncryption)
trillianEncryption
- Value to assign to trillianEncryption.public TLVChain getTLVChain()
public void setTLVChain(TLVChain tlvchain)
tlvchain
- Value to assign to tlvchain.