|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.handlers.SNACHandler
org.walluck.oscar.handlers.TranslateHandler
public class TranslateHandler
Family 0x000c - Translation.
I have no idea why this group was issued. I have never seen anything that uses it. From what I remember, the last time I tried to poke at the server with this group, it whined about not supporting it.
But we advertise it anyway, because its fun.
SNACHandler| Constructor Summary | |
|---|---|
TranslateHandler()
Family 0x000c. |
|
| Method Summary | |
|---|---|
void |
handleSNAC(AIMSession sess,
SNACHandler handler,
AIMFrame frame,
SNAC snac,
AIMInputStream buffer)
Handles incoming SNAC's. |
void |
translateRequest(AIMSession sess,
AIMConnection conn,
ArrayList urls)
Subtype 0x0002 - Request a translation. |
| Methods inherited from class org.walluck.oscar.handlers.SNACHandler |
|---|
getFamily, getVersion, setFamily, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranslateHandler()
| Method Detail |
|---|
public void translateRequest(AIMSession sess,
AIMConnection conn,
ArrayList urls)
throws IOException
sess - the oscar sessionconn - the bos connection for this sessionurls - a vector of URL's to translate
IOException - if an error occurs
public void handleSNAC(AIMSession sess,
SNACHandler handler,
AIMFrame frame,
SNAC snac,
AIMInputStream buffer)
throws IOException
handleSNAC in class SNACHandlersess - the oscar sessionhandler - the handlerframe - the incoming framesnac - the incoming SNACbuffer - the incoming buffer
IOException - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||