| Package | Description |
|---|---|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.gwt.client.connectors | |
| tigase.jaxmpp.j2se.connectors.bosh |
| Modifier and Type | Field and Description |
|---|---|
protected Set<BoshRequest> |
AbstractBoshConnector.requests |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBoshConnector.addToRequests(BoshRequest worker) |
protected void |
AbstractBoshConnector.onError(BoshRequest request,
int responseCode,
String responseData,
Element response,
Throwable caught) |
protected void |
AbstractBoshConnector.onResponse(BoshRequest request,
int responseCode,
String responseData,
Element response) |
protected void |
AbstractBoshConnector.onTerminate(BoshRequest request,
int responseCode,
String responseData,
Element response) |
protected void |
AbstractBoshConnector.removeFromRequests(BoshRequest ack) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoshConnector.onError(BoshRequest request,
int responseCode,
String responseData,
Element response,
Throwable caught) |
protected void |
BoshConnector.onResponse(BoshRequest request,
int responseCode,
String responseData,
Element response) |
protected void |
BoshConnector.onTerminate(BoshRequest request,
int responseCode,
String responseData,
Element response) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoshWorker |
Copyright © 2006–2016 Tigase. All rights reserved.