|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.Redir
A connection may be redirected to another server at any time. This class stores some information we need to perform the redirect.
Constructor Summary | |
Redir()
Creates a new redirect class. |
Method Summary | |
Chat |
getChat()
Get the value of chat. |
byte[] |
getCookie()
Get the value of cookie. |
int |
getGroup()
Get the value of group. |
java.lang.String |
getIp()
Get the value of ip. |
void |
setChat(Chat chat)
Set the value of chat. |
void |
setCookie(byte[] cookie)
Set the value of cookie. |
void |
setGroup(int group)
Set the value of group. |
void |
setIp(java.lang.String ip)
Set the value of ip. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Redir()
Method Detail |
public int getGroup()
public void setGroup(int group)
group
- Value to assign to group.public java.lang.String getIp()
public void setIp(java.lang.String ip)
ip
- Value to assign to ip.public byte[] getCookie()
public void setCookie(byte[] cookie)
cookie
- Value to assign to cookie.public Chat getChat()
public void setChat(Chat chat)
chat
- Value to assign to chat.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |