Package | Description |
---|---|
tigase.cluster | |
tigase.cluster.api | |
tigase.server |
The main package with top level API for server side components.
|
tigase.server.bosh | |
tigase.server.ext | |
tigase.server.websocket | |
tigase.server.xmppclient | |
tigase.server.xmppcomponent | |
tigase.server.xmppserver | |
tigase.xmpp |
Modifier and Type | Method and Description |
---|---|
protected XMPPIOService<Object> |
ClusterConnectionManager.getXMPPIOServiceInstance() |
XMPPIOService<Object> |
ClusterConnectionSelector.selectConnection(Packet p,
ClusterConnection conn) |
XMPPIOService<Object> |
ClusterConnectionSelectorOld.selectConnection(Packet p,
ClusterConnection conn) |
Modifier and Type | Method and Description |
---|---|
List<XMPPIOService<Object>> |
ClusterConnection.getConnections() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnection.addConn(XMPPIOService<Object> conn) |
protected long |
ClusterConnectionManager.Watchdog.getDurationSinceLastTransfer(XMPPIOService service) |
Queue<Packet> |
ClusterConnectionManager.processSocketData(XMPPIOService<Object> serv) |
void |
ClusterConnection.removeConn(XMPPIOService<Object> conn) |
protected void |
ClusterConnectionManager.serviceConnected(XMPPIOService<Object> serv)
Method description
|
void |
ClusterConnectionManager.serviceStarted(XMPPIOService<Object> serv) |
boolean |
ClusterConnectionManager.serviceStopped(XMPPIOService<Object> service) |
void |
ClusterConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service) |
void |
ClusterConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv) |
String[] |
ClusterConnectionManager.xmppStreamOpened(XMPPIOService<Object> service,
Map<String,String> attribs) |
Modifier and Type | Method and Description |
---|---|
XMPPIOService<Object> |
ClusterConnectionSelectorIfc.selectConnection(Packet packet,
ClusterConnection conn)
Method returns XMPPIOService instances which should be used to
send packet between cluster nodes
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionManager<IO extends XMPPIOService<?>>
Describe class ConnectionManager here.
|
interface |
ServiceChecker<IO extends XMPPIOService<?>>
Describe interface ServiceChecker here.
|
Modifier and Type | Method and Description |
---|---|
protected long |
ConnectionManager.Watchdog.getDurationSinceLastTransfer(XMPPIOService service) |
Modifier and Type | Class and Description |
---|---|
class |
BoshIOService
Describe class BoshIOService here.
|
Modifier and Type | Method and Description |
---|---|
protected JID |
BoshConnectionManager.changeDataReceiver(Packet packet,
JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv) |
Queue<Packet> |
BoshConnectionManager.processSocketData(XMPPIOService<Object> srv) |
void |
BoshConnectionManager.serviceStarted(XMPPIOService<Object> service) |
boolean |
BoshConnectionManager.serviceStopped(XMPPIOService<Object> xmppService) |
void |
BoshConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv) |
String[] |
BoshConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv,
Map<String,String> attribs) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentIOService
Created: Jun 14, 2010 12:05:41 PM
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketXMPPIOService<RefObject>
Class implements basic support for WebSocket protocol.
|
Modifier and Type | Method and Description |
---|---|
protected XMPPIOService<Object> |
WebSocketClientConnectionManager.getXMPPIOServiceInstance() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
WebSocketClientConnectionManager.prepareSeeOtherHost(XMPPIOService<Object> serv,
String hostname,
BareJID see_other_host) |
protected String |
WebSocketClientConnectionManager.prepareStreamClose(XMPPIOService<Object> serv) |
protected String |
WebSocketClientConnectionManager.prepareStreamError(XMPPIOService<Object> serv,
List<Element> err_el) |
protected String[] |
WebSocketClientConnectionManager.prepareStreamError(XMPPIOService<Object> serv,
StreamError streamError,
String hostname) |
protected String |
WebSocketClientConnectionManager.prepareStreamOpen(XMPPIOService<Object> serv,
String id,
String hostname) |
protected void |
WebSocketClientConnectionManager.preprocessStreamFeatures(XMPPIOService<Object> serv,
Element elem_features) |
Modifier and Type | Method and Description |
---|---|
protected XMPPIOService<Object> |
ClientConnectionManager.getXMPPIOServiceInstance() |
Modifier and Type | Method and Description |
---|---|
protected JID |
ClientConnectionManager.changeDataReceiver(Packet packet,
JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv)
Method description
|
protected boolean |
RegistrationThrottlingProcessor.checkLimits(XMPPIOService service) |
protected boolean |
RegistrationThrottlingProcessor.checkLimits(XMPPIOService service,
Packet packet) |
TrustManager[] |
ClientTrustManagerFactory.getManager(XMPPIOService<Object> serv) |
protected boolean |
ClientConnectionManager.isAllowed(XMPPIOService<Object> serv,
String hostname) |
static boolean |
StreamManagementIOProcessor.isEnabled(XMPPIOService service)
Method returns true if XMPPIOService has enabled SM.
|
void |
RegistrationThrottlingProcessor.packetsSent(XMPPIOService service) |
void |
StreamManagementIOProcessor.packetsSent(XMPPIOService service) |
void |
XMPPIOProcessor.packetsSent(XMPPIOService service)
Method is called when all waiting data was written to socket.
|
void |
StreamErrorCounterIOProcessor.packetsSent(XMPPIOService service) |
protected String[] |
ClientConnectionManager.prepareSeeOtherHost(XMPPIOService<Object> serv,
String hostname,
BareJID see_other_host) |
protected String |
ClientConnectionManager.prepareStreamClose(XMPPIOService<Object> serv) |
protected String |
ClientConnectionManager.prepareStreamError(XMPPIOService<Object> serv,
List<Element> err_el) |
protected String[] |
ClientConnectionManager.prepareStreamError(XMPPIOService<Object> serv,
StreamError streamError,
String hostname) |
protected String |
ClientConnectionManager.prepareStreamOpen(XMPPIOService<Object> serv,
String id,
String hostname) |
protected void |
ClientConnectionManager.preprocessStreamFeatures(XMPPIOService<Object> serv,
Element elem_features) |
void |
RegistrationThrottlingProcessor.processCommand(XMPPIOService service,
Packet packet) |
void |
StreamManagementIOProcessor.processCommand(XMPPIOService service,
Packet pc) |
void |
XMPPIOProcessor.processCommand(XMPPIOService service,
Packet packet)
Process command execution which may be sent from other component and
should be processed by processor
|
void |
StreamErrorCounterIOProcessor.processCommand(XMPPIOService service,
Packet packet) |
boolean |
RegistrationThrottlingProcessor.processIncoming(XMPPIOService service,
Packet packet) |
boolean |
StreamManagementIOProcessor.processIncoming(XMPPIOService service,
Packet packet) |
boolean |
XMPPIOProcessor.processIncoming(XMPPIOService service,
Packet packet)
Process packets read from socket as they are sent to SessionManager.
|
boolean |
StreamErrorCounterIOProcessor.processIncoming(XMPPIOService service,
Packet packet) |
boolean |
RegistrationThrottlingProcessor.processOutgoing(XMPPIOService service,
Packet packet) |
boolean |
StreamManagementIOProcessor.processOutgoing(XMPPIOService service,
Packet packet) |
boolean |
XMPPIOProcessor.processOutgoing(XMPPIOService service,
Packet packet)
Process outgoing packets as they are added to XMPPIOService outgoing
packets queue.
|
boolean |
StreamErrorCounterIOProcessor.processOutgoing(XMPPIOService service,
Packet packet) |
Queue<Packet> |
ClientConnectionManager.processSocketData(XMPPIOService<Object> serv) |
void |
ClientConnectionManager.serviceStarted(XMPPIOService<Object> service) |
boolean |
ClientConnectionManager.serviceStopped(XMPPIOService<Object> service) |
boolean |
RegistrationThrottlingProcessor.serviceStopped(XMPPIOService service,
boolean streamClosed) |
boolean |
StreamManagementIOProcessor.serviceStopped(XMPPIOService service,
boolean streamClosed) |
boolean |
XMPPIOProcessor.serviceStopped(XMPPIOService service,
boolean streamClosed)
Method called when XMPPIOService is closed.
|
boolean |
StreamErrorCounterIOProcessor.serviceStopped(XMPPIOService service,
boolean streamClosed) |
protected boolean |
StreamManagementIOProcessor.shouldRequestAck(XMPPIOService service,
StreamManagementIOProcessor.OutQueue outQueue)
Override this method to define a custom behaviour for request ack.
|
protected void |
ClientConnectionManager.socketAccepted(XMPPIOService serv,
SocketType type) |
void |
RegistrationThrottlingProcessor.streamError(XMPPIOService service,
StreamError streamError) |
void |
StreamManagementIOProcessor.streamError(XMPPIOService service,
StreamError streamErrorName) |
void |
XMPPIOProcessor.streamError(XMPPIOService service,
StreamError streamError)
Method called when XMPP stream error is about to be sent
|
void |
StreamErrorCounterIOProcessor.streamError(XMPPIOService service,
StreamError streamError) |
Element[] |
RegistrationThrottlingProcessor.supStreamFeatures(XMPPIOService service) |
Element[] |
StreamManagementIOProcessor.supStreamFeatures(XMPPIOService service) |
Element[] |
XMPPIOProcessor.supStreamFeatures(XMPPIOService service)
Returns array of features added by this processor
|
Element[] |
StreamErrorCounterIOProcessor.supStreamFeatures(XMPPIOService service) |
void |
ClientConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> serv) |
void |
ClientConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv) |
String |
ClientConnectionManager.xmppStreamError(XMPPIOService<Object> serv,
List<Element> err_el) |
String[] |
ClientConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv,
Map<String,String> attribs) |
Modifier and Type | Method and Description |
---|---|
protected XMPPIOService<Object> |
ComponentConnectionManager.getXMPPIOServiceInstance() |
Modifier and Type | Method and Description |
---|---|
protected String |
ComponentConnectionManager.getUniqueId(XMPPIOService<Object> serv) |
Queue<Packet> |
ComponentConnectionManager.processSocketData(XMPPIOService<Object> serv) |
void |
ComponentConnectionManager.serviceStarted(XMPPIOService<Object> serv) |
boolean |
ComponentConnectionManager.serviceStopped(XMPPIOService<Object> service) |
void |
ComponentConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service) |
void |
ComponentConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv) |
String[] |
ComponentConnectionManager.xmppStreamOpened(XMPPIOService<Object> service,
Map<String,String> attribs) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionHandlerIfc<IO extends XMPPIOService<?>>
Deprecated.
was replaced by
S2SConnectionManager , will be removed in 7.2.0 |
interface |
S2SConnectionHandlerIfc<IO extends XMPPIOService<?>>
Created: Dec 9, 2010 11:40:28 PM
|
Modifier and Type | Class and Description |
---|---|
class |
S2SIOService
Created: Jun 14, 2010 12:30:53 PM
|
Modifier and Type | Method and Description |
---|---|
protected XMPPIOService<Object> |
ServerConnectionManager.getXMPPIOServiceInstance()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnections.addOutgoing(XMPPIOService<Object> serv)
Deprecated.
Method description
|
boolean |
ServerConnections.isOutgoing(XMPPIOService<Object> serv)
Deprecated.
Method description
|
void |
ServerConnectionManager.processDialback(Packet packet,
XMPPIOService<Object> serv)
Deprecated.
Method description
|
Queue<Packet> |
ServerConnectionManager.processSocketData(XMPPIOService<Object> serv)
Deprecated.
|
void |
ServerConnectionManager.serviceStarted(XMPPIOService<Object> serv)
Deprecated.
|
boolean |
ServerConnectionManager.serviceStopped(XMPPIOService<Object> serv)
Deprecated.
|
void |
ServerConnections.serviceStopped(XMPPIOService<Object> serv)
Deprecated.
Method description
|
void |
ServerConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service)
Deprecated.
|
void |
ServerConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
Deprecated.
|
String[] |
ServerConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv,
Map<String,String> attribs)
Deprecated.
|
Constructor and Description |
---|
ServerConnections(ConnectionHandlerIfc<XMPPIOService<Object>> handler,
CID cid)
Deprecated.
Creates a new
ServerConnections instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
XMPPIOServiceListener<IO extends XMPPIOService<?>>
Describe interface XMPPIOServiceListener here.
|
Constructor and Description |
---|
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv)
Constructs ...
|
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv,
ElementFactory factory)
Constructs ...
|
Copyright © 2018 "Tigase, Inc.". All rights reserved.