|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.UserInfo.ICQInfo
public class UserInfo.ICQInfo
Handles user information that is specific to ICQ.
| Field Summary | |
|---|---|
static int |
X1
X1. |
static int |
X2
X2. |
| Constructor Summary | |
|---|---|
UserInfo.ICQInfo()
|
|
| Method Summary | |
|---|---|
int |
getInternalIP()
Get the value of internalIP. |
int |
getInternalPort()
Get the value of internalPort. |
int |
getIP()
Get the value of ip. |
int |
getStatus()
Get the value of status. |
int |
getTCPCookie()
Get the value of tcpCookie. |
byte |
getTCPFlags()
Get the value of tcpFlags. |
short |
getTCPVersion()
Get the value of tcpVersion. |
int |
getTimeNow()
Get the value of timeNow. |
int |
getTimeNowUsually()
Get the value of timeNowUsually. |
int |
getTimeRecent()
Get the value of timeRecent. |
short |
getUnknown()
Get the value of unknown. |
void |
setInternalIP(int internalIP)
Set the value of internalIP. |
void |
setInternalPort(int internalPort)
Set the value of internalPort. |
void |
setIP(int ip)
Set the value of ip. |
void |
setStatus(int status)
Set the value of status. |
void |
setTCPCookie(int tcpCookie)
Set the value of tcpCookie. |
void |
setTCPFlags(byte tcpFlags)
Set the value of tcpFlags. |
void |
setTCPVersion(short tcpVersion)
Set the value of tcpVersion. |
void |
setTimeNow(int timeNow)
Set the value of timeNow. |
void |
setTimeNowUsually(int timeNowUsually)
Set the value of timeNowUsually. |
void |
setTimeRecent(int timeRecent)
Set the value of timeRecent. |
void |
setUnknown(short unknown)
Set the value of unknown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int X1
public static final int X2
| Constructor Detail |
|---|
public UserInfo.ICQInfo()
| Method Detail |
|---|
public int getStatus()
public void setStatus(int status)
status - Value to assign to status.public int getIP()
public void setIP(int ip)
ip - Value to assign to ip.public int getInternalIP()
public void setInternalIP(int internalIP)
internalIP - Value to assign to internalIP.public int getInternalPort()
public void setInternalPort(int internalPort)
internalPort - Value to assign to internalPort.public byte getTCPFlags()
public void setTCPFlags(byte tcpFlags)
tcpFlags - Value to assign to tcpFlags.public short getTCPVersion()
public void setTCPVersion(short tcpVersion)
tcpVersion - Value to assign to tcpVersion.public int getTCPCookie()
public void setTCPCookie(int tcpCookie)
tcpCookie - Value to assign to tcpCookie.public int getTimeRecent()
public void setTimeRecent(int timeRecent)
timeRecent - Value to assign to timeRecent.public int getTimeNow()
public void setTimeNow(int timeNow)
timeNow - Value to assign to timeNow.public int getTimeNowUsually()
public void setTimeNowUsually(int timeNowUsually)
timeNowUsually - Value to assign to timeNowUsually.public short getUnknown()
public void setUnknown(short unknown)
unknown - Value to assign to unknown.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||