public class AddInsRendezvous extends Rendezvous
ERROR_CODE_DECLINED, ERROR_CODE_NOT_ACCEPTING, ERROR_CODE_NOT_SUPPORTED, TLV_TYPE_CHAT_MESSAGE, TLV_TYPE_ENCODING, TLV_TYPE_ERROR_CODE, TLV_TYPE_GAMES_URL, TLV_TYPE_INVITATION_MESSAGE, TLV_TYPE_IP_ADDRRESS, TLV_TYPE_LANGUAGE, TLV_TYPE_MY_IP_ADDRESS, TLV_TYPE_OTHER_URL, TLV_TYPE_PORT, TLV_TYPE_PROXY, TLV_TYPE_REQUEST_TYPE, TLV_TYPE_SECURE, TLV_TYPE_UNKNOWN0001, TLV_TYPE_UNKNOWN0009, TLV_TYPE_UNKNOWN000F, TLV_TYPE_VERIFIED_IP_ADDR, TYPE_ACCEPT, TYPE_CANCEL, TYPE_REQUEST
Constructor and Description |
---|
AddInsRendezvous()
Creates a new Buddy Icon rendezvous.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddIn()
Get the value of addIn.
|
int |
getCode()
Get the value of code.
|
String |
getCompter()
Get the value of computer.
|
int |
getFlags()
Get the value of flags.
|
String |
getMessage()
Get the value of message.
|
String |
getURL()
Get the value of url.
|
byte[] |
getUUID()
Get the value of uuid.
|
void |
handleServiceData(AIMSession sess,
SNACHandler handler,
AIMFrame frame,
SNAC snac,
UserInfo userinfo,
IncomingIMCH2 args,
AIMInputStream buffer)
Incoming IM Channel 2 (Game).
|
void |
setAddIn(String addIn)
Set the value of addIn.
|
void |
setCode(int code)
Set the value of code.
|
void |
setComputer(String computer)
Set the value of computer.
|
void |
setFlags(int flags)
Set the value of flags.
|
void |
setMessage(String message)
Set the value of message.
|
void |
setRequest()
Send a rendezvous request.
|
void |
setURL(String url)
Set the value of url.
|
void |
setUUID(byte[] uuid)
Set the value of uuid.
|
getCookie, getErrorCode, getService, getServiceData, getType, setAccept, setCancel, setCookie, setError, setErrorCode, setService, setServiceData, setType
getChannel, setChannel
public String getURL()
public void setURL(String url)
url
- Value to assign to url.public String getMessage()
public void setMessage(String message)
message
- Value to assign to message.public int getCode()
public void setCode(int code)
code
- Value to assign to code.public byte[] getUUID()
public void setUUID(byte[] uuid)
uuid
- Value to assign to uuid.public String getAddIn()
public void setAddIn(String addIn)
addIn
- Value to assign to addIn.public String getCompter()
public void setComputer(String computer)
computer
- Value to assign to computer.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public void setRequest() throws IOException
setRequest
in class Rendezvous
IOException
- if an error occurspublic void handleServiceData(AIMSession sess, SNACHandler handler, AIMFrame frame, SNAC snac, UserInfo userinfo, IncomingIMCH2 args, AIMInputStream buffer) throws IOException
Incoming IM Channel 2 (Game).
aim:addGame?TODO: Substitutions (currently not implemented):
%i
- buddy's IP address%m
- buddy's machine name%p
- path%u
- own IP address%n
- own screen namehandleServiceData
in class Rendezvous
sess
- the oscar sessionhandler
- the handlerframe
- the incoming framesnac
- the incoming SNACuserinfo
- user informationargs
- incoming im ch2 argsbuffer
- the incoming bufferIOException
- if an error occurs