| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.xmpp.modules |
Support for XMPP Modules.
|
| tigase.jaxmpp.core.client.xmpp.modules.auth |
Support for SASL and non-SASL authentication .
|
| tigase.jaxmpp.core.client.xmpp.modules.streammng | |
| tigase.jaxmpp.core.client.xmpp.stream |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
JaxmppCore.context |
| Modifier and Type | Method and Description |
|---|---|
Context |
JaxmppCore.getContext()
Returns
Context of this JaXMPP instance. |
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
ResponseManager.getResponseHandler(Context context,
Element element) |
Runnable |
ResponseManager.getResponseHandler(Element element,
Context context)
Returns handler for response of sent
stanza. |
| Constructor and Description |
|---|
AbstractStanzaHandler(Element element,
Context context) |
FeatureNotImplementedResponse(Element element,
Context context) |
Processor(XmppModulesManager xmppModulesManages,
Context context) |
XmppModulesManager(Context context) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
AbstractWebSocketConnector.context |
protected Context |
AbstractSocketXmppSessionLogic.context |
protected Context |
AbstractBoshConnector.context |
| Constructor and Description |
|---|
AbstractBoshConnector(Context context) |
AbstractSocketXmppSessionLogic(T connector,
XmppModulesManager modulesManager,
Context context) |
AbstractWebSocketConnector(Context context) |
BoshXmppSessionLogic(Context context,
Connector connector,
XmppModulesManager modulesManager) |
WebSocketXmppSessionLogic(AbstractWebSocketConnector connector,
XmppModulesManager modulesManager,
Context context) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
AbstractStanzaModule.context |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamFeaturesModule.setContext(Context context) |
void |
SessionEstablishmentModule.setContext(Context context) |
void |
ResourceBinderModule.setContext(Context context) |
void |
ContextAware.setContext(Context context) |
void |
AbstractStanzaModule.setContext(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaslModule.setContext(Context context) |
void |
AuthModule.setContext(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamManagementModule.setContext(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmppStreamsManager.setContext(Context context) |
Copyright © 2006–2017 Tigase. All rights reserved.