| Constructor and Description |
|---|
BoshWorker(tigase.xml.DomBuilderHandler domHandler,
tigase.xml.SimpleParser parser,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xml.Element body) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRid() |
int |
hashCode() |
protected abstract void |
onError(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response,
Throwable caught) |
protected abstract void |
onSuccess(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response) |
protected abstract void |
onTerminate(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response) |
void |
run() |
void |
terminate() |
String |
toString() |
public BoshWorker(tigase.xml.DomBuilderHandler domHandler,
tigase.xml.SimpleParser parser,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xml.Element body)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic String getRid()
getRid in interface tigase.jaxmpp.core.client.connector.BoshRequestprotected abstract void onError(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response,
Throwable caught)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected abstract void onSuccess(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected abstract void onTerminate(int responseCode,
String responseData,
tigase.jaxmpp.core.client.xml.Element response)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void terminate()
terminate in interface tigase.jaxmpp.core.client.connector.BoshRequestCopyright © 2006–2015 Tigase. All rights reserved.