Package | Description |
---|---|
tigase.cluster | |
tigase.cluster.api | |
tigase.component | |
tigase.conf | |
tigase.disco | |
tigase.eventbus.component | |
tigase.monitor | |
tigase.server |
The main package with top level API for server side components.
|
tigase.server.amp | |
tigase.server.bosh | |
tigase.server.ext | |
tigase.server.extdisco | |
tigase.server.test | |
tigase.server.websocket | |
tigase.server.xmppclient | |
tigase.server.xmppcomponent | |
tigase.server.xmppserver | |
tigase.server.xmppsession | |
tigase.stats | |
tigase.util.setup | |
tigase.vhosts | |
tigase.workgroupqueues |
Modifier and Type | Class and Description |
---|---|
class |
AmpComponentClustered |
class |
BoshConnectionClustered |
class |
ClientConnectionClustered
Describe class ClientConnectionClustered here.
|
class |
ClusterConnectionManager
Class ClusterConnectionManager
Created: Tue Nov 22 07:07:11 2005 |
class |
ClusterController
Describe class ClusterController here.
|
class |
SessionManagerClustered
Class SessionManagerClusteredOld
Created: Tue Nov 22 07:07:11 2005 |
class |
VirtualComponent
The purpose of this component implementation is to forward packets to a target real component implementation in the
cluster installation.
|
class |
WebSocketClientConnectionClustered
Describe class WebSocketClientConnectionClustered here.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterController.isCorrectType(ServerComponent component) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusteredComponentIfc
Describe interface ClusteredComponent here.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponent
Deprecated.
Do not use this class at all. Use
AbstractKernelBasedComponent instead. This class is here just
because developer wants to know how some parts of code worked before migration to Kernel Based TCF. |
class |
AbstractKernelBasedComponent |
Modifier and Type | Interface and Description |
---|---|
interface |
Configurable
Interface Configurable
Objects inheriting this interface can be configured. |
Modifier and Type | Class and Description |
---|---|
class |
Configurator
Created: Dec 7, 2009 4:09:52 PM
|
class |
ConfiguratorAbstract
Created: Dec 7, 2009 4:15:31 PM
|
class |
ConfiguratorOld
Class ConfiguratorOld
Created: Tue Nov 22 07:07:11 2005 |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfiguratorAbstract.isCorrectType(ServerComponent component) |
Modifier and Type | Interface and Description |
---|---|
interface |
XMPPService
Interface XMPPService
Objects which implement this interface can respond to "ServiceDiscovery" requests. |
Modifier and Type | Class and Description |
---|---|
class |
XMPPServiceCollector
Class XMPPServiceCollector
Created: Tue Nov 22 07:07:11 2005 |
Modifier and Type | Method and Description |
---|---|
boolean |
XMPPServiceCollector.isCorrectType(ServerComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
EventBusComponent |
Modifier and Type | Class and Description |
---|---|
class |
MonitorComponent |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentRegistrator<E extends ServerComponent>
This is an archetype of a special types of classes which collect some data from Tigase components or provide these
data to components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentRegistrator
Interface ComponentRegistrator
Collects information about all ServerComponents connected to MessageRouter Created: Tue Nov 22 07:07:11 2005 |
interface |
MessageReceiver
Interface MessageReceiver
Objects of this type can receive messages. |
interface |
MessageRouterIfc
Created: Dec 7, 2009 5:20:56 PM
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentRegistrator<E extends ServerComponent>
This is an archetype of a special types of classes which collect some data from Tigase components or provide these
data to components.
|
class |
AbstractMessageReceiver
This is an archetype for all classes processing user-level packets.
|
class |
BasicComponent
Created: Oct 17, 2009 7:49:05 PM
|
class |
ConnectionManager<IO extends XMPPIOService<?>>
Describe class ConnectionManager here.
|
class |
MessageRouter
Class MessageRouter
Created: Tue Nov 22 07:07:11 2005 |
Modifier and Type | Method and Description |
---|---|
void |
MessageRouter.addComponent(ServerComponent component) |
boolean |
ComponentRegistrator.addComponent(ServerComponent component) |
boolean |
AbstractComponentRegistrator.addComponent(ServerComponent component)
Method checks whether the component is of a correct type, adds it to the internal
components
collection and calls componentAdded(...) |
boolean |
ComponentRegistrator.deleteComponent(ServerComponent component) |
boolean |
AbstractComponentRegistrator.deleteComponent(ServerComponent component)
Method removes specified component from the internal
components collection and calls
componentRemoved(...) |
abstract boolean |
AbstractComponentRegistrator.isCorrectType(ServerComponent component)
Method checks whether the component provides as method parameter is correct type that is implements special
interface or extends special class.
|
void |
MessageRouter.removeComponent(ServerComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
MessageRouter.setComponentsAll(Set<ServerComponent> components) |
Modifier and Type | Class and Description |
---|---|
class |
AmpComponent
Created: Apr 26, 2010 3:22:06 PM
|
Modifier and Type | Class and Description |
---|---|
class |
BoshConnectionManager
Describe class BoshConnectionManager here.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentProtocol
Created: Sep 30, 2009 8:28:13 PM
|
class |
ComponentProtocolManager |
Modifier and Type | Class and Description |
---|---|
class |
ExternalServiceDiscoveryComponent
Created by andrzej on 06.09.2016.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoComponent
Created: Sep 30, 2010 1:07:13 PM
|
class |
TestComponent
A test component used to demonstrate API and for running different kinds of tests on the Tigase server - generate
local traffic for performance and load tests.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientConnectionManager
Class implements basic support allowing clients to connect using WebSocket protocol
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionManager
Class ClientConnectionManager Created: Tue Nov 22 07:07:11 2005
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentConnectionManager
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
S2SConnectionManager
Created: Jun 14, 2010 11:59:38 AM
|
Modifier and Type | Class and Description |
---|---|
class |
SessionManager
Class SessionManager
Created: Tue Nov 22 07:07:11 2005 |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsContainer |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsCollector
Class StatisticsCollector
Created: Tue Nov 22 07:07:11 2005 |
Modifier and Type | Method and Description |
---|---|
boolean |
StatisticsCollector.isCorrectType(ServerComponent component) |
Modifier and Type | Field and Description |
---|---|
static List<Class<? extends ServerComponent>> |
BeanDefinition.CORE_COMPONENTS |
Modifier and Type | Interface and Description |
---|---|
interface |
VHostListener
Interface VHostListener needs to be implemented by every class wanting to accept and process XMPP packets sent to
virtual domains.
|
Modifier and Type | Class and Description |
---|---|
class |
VHostManager
Describe class VHostManager here.
|
Modifier and Type | Method and Description |
---|---|
ServerComponent[] |
VHostManagerIfc.getComponentsForLocalDomain(String domain)
The method returns an array with server components which can process packets for a given local domain.
|
ServerComponent[] |
VHostManager.getComponentsForLocalDomain(String domain) |
ServerComponent[] |
VHostManagerIfc.getComponentsForNonLocalDomain(String domain)
The method returns an array of server components which can process packets sent to non-local domain.
|
ServerComponent[] |
VHostManager.getComponentsForNonLocalDomain(String domain) |
Modifier and Type | Method and Description |
---|---|
boolean |
VHostManager.isCorrectType(ServerComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
WorkgroupQueuesComponent |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.