| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.eventbus |
EventBus is mechanism to dispatch events fired by few modules to all listeners.
|
| 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.disco |
Support for XEP-0030: Service Discovery.
|
| tigase.jaxmpp.core.client.xmpp.modules.streammng |
| Modifier and Type | Method and Description |
|---|---|
<H extends EventHandler> |
MultiJaxmpp.addHandler(Class<? extends Event<H>> type,
H handler) |
<H extends EventHandler> |
MultiJaxmpp.addListener(Class<? extends Event<H>> type,
EventListener listener) |
void |
MultiJaxmpp.remove(Class<? extends Event<?>> type,
EventHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
Fired BOSH packet is received.
|
static class |
AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
Fired when BOSH packet is sending.
|
static class |
SeeOtherHostHandler.SeeOtherHostEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
JaxmppEvent<H extends EventHandler>
Event object used by JaXMPP Library.
|
class |
JaxmppEventWithCallback<H extends EventHandler>
Created by andrzej on 02.11.2016.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Map<Class<? extends Event<?>>,List<EventHandler>>> |
DefaultEventBus.handlers |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Object,Map<Class<? extends Event<?>>,List<EventHandler>>> |
DefaultEventBus.createMainHandlersMap() |
protected Map<Class<? extends Event<?>>,List<EventHandler>> |
DefaultEventBus.createTypeHandlersMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultEventBus.doFire(Event<EventHandler> event) |
protected void |
DefaultEventBus.doFire(Event<EventHandler> event,
ArrayList<EventHandler> handlers) |
void |
DefaultEventBus.fire(Event<?> event) |
abstract void |
EventBus.fire(Event<?> e)
Fires event.
|
void |
EventListener.onEvent(Event<? extends EventHandler> event)
Method called when event is fired.
|
| Modifier and Type | Method and Description |
|---|---|
<H extends EventHandler> |
DefaultEventBus.addHandler(Class<? extends Event<H>> type,
H handler) |
abstract <H extends EventHandler> |
EventBus.addHandler(Class<? extends Event<H>> type,
H handler)
Adds handler to receive given type of events.
|
<H extends EventHandler> |
DefaultEventBus.addListener(Class<? extends Event<H>> type,
EventListener listener) |
abstract <H extends EventHandler> |
EventBus.addListener(Class<? extends Event<H>> type,
EventListener listener)
Adds listener to receive given type of events.
|
protected void |
DefaultEventBus.doAdd(Class<? extends Event<?>> type,
Object source,
EventHandler handler) |
protected Collection<EventHandler> |
DefaultEventBus.getHandlersList(Class<? extends Event<?>> type) |
void |
DefaultEventBus.remove(Class<? extends Event<?>> type,
EventHandler handler) |
abstract void |
EventBus.remove(Class<? extends Event<?>> type,
EventHandler handler)
Removes listener or handler of given type.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent |
static class |
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent |
static class |
SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent |
static class |
SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent |
static class |
StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStanzaModule.fireEvent(Event<?> event) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthModule.AuthFailedHandler.AuthFailedEvent |
static class |
AuthModule.AuthStartHandler.AuthStartEvent |
static class |
AuthModule.AuthSuccessHandler.AuthSuccessEvent |
static class |
NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent |
static class |
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent |
static class |
NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent |
static class |
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent |
static class |
SaslModule.SaslAuthStartHandler.SaslAuthStartEvent |
static class |
SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent |
| Modifier and Type | Method and Description |
|---|---|
<H extends EventHandler> |
AuthModule.addListener(Class<? extends Event<H>> type,
EventListener listener) |
void |
AuthModule.remove(Class<? extends Event<?>> type,
EventHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent |
static class |
DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent |
static class |
StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent |
static class |
StreamManagementModule.StreamResumedHandler.StreamResumedEvent |
static class |
StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent |
Copyright © 2006–2022 Tigase. All rights reserved.