|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMPPIOService in tigase.cluster |
|---|
| Methods in tigase.cluster that return XMPPIOService | |
|---|---|
protected XMPPIOService<Object> |
ClusterConnectionManager.getXMPPIOServiceInstance()
|
| Methods in tigase.cluster with parameters of type XMPPIOService | |
|---|---|
protected String |
ClusterConnectionManager.getUniqueId(XMPPIOService<Object> serv)
|
Queue<Packet> |
ClusterConnectionManager.processSocketData(XMPPIOService<Object> serv)
|
protected void |
ClusterConnectionManager.serviceConnected(XMPPIOService<Object> serv)
|
void |
ClusterConnectionManager.serviceStarted(XMPPIOService<Object> serv)
|
boolean |
ClusterConnectionManager.serviceStopped(XMPPIOService<Object> service)
|
void |
ClusterConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
|
String |
ClusterConnectionManager.xmppStreamOpened(XMPPIOService<Object> service,
Map<String,String> attribs)
|
| Uses of XMPPIOService in tigase.server |
|---|
| Classes in tigase.server with type parameters of type XMPPIOService | |
|---|---|
class |
ConnectionManager<IO extends XMPPIOService>
Describe class ConnectionManager here. |
| Methods in tigase.server with parameters of type XMPPIOService | |
|---|---|
void |
ServiceChecker.check(XMPPIOService service)
|
| Uses of XMPPIOService in tigase.server.bosh |
|---|
| Subclasses of XMPPIOService in tigase.server.bosh | |
|---|---|
class |
BoshIOService
Describe class BoshIOService here. |
| Methods in tigase.server.bosh with parameters of type XMPPIOService | |
|---|---|
protected tigase.xmpp.JID |
BoshConnectionManager.changeDataReceiver(Packet packet,
tigase.xmpp.JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv)
|
Queue<Packet> |
BoshConnectionManager.processSocketData(XMPPIOService<Object> srv)
Method description |
| Uses of XMPPIOService in tigase.server.ext |
|---|
| Methods in tigase.server.ext that return XMPPIOService | |
|---|---|
XMPPIOService<List<ComponentConnection>> |
ComponentConnection.getService()
|
protected XMPPIOService<List<ComponentConnection>> |
ComponentProtocol.getXMPPIOService(Packet p)
|
protected XMPPIOService<List<ComponentConnection>> |
ComponentProtocol.getXMPPIOServiceInstance()
|
| Constructors in tigase.server.ext with parameters of type XMPPIOService | |
|---|---|
ComponentConnection(String domain,
XMPPIOService<List<ComponentConnection>> service)
|
|
| Uses of XMPPIOService in tigase.server.ext.handlers |
|---|
| Uses of XMPPIOService in tigase.server.xmppclient |
|---|
| Methods in tigase.server.xmppclient that return XMPPIOService | |
|---|---|
protected XMPPIOService<Object> |
ClientConnectionManager.getXMPPIOServiceInstance()
|
| Methods in tigase.server.xmppclient with parameters of type XMPPIOService | |
|---|---|
protected tigase.xmpp.JID |
ClientConnectionManager.changeDataReceiver(Packet packet,
tigase.xmpp.JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv)
|
Queue<Packet> |
ClientConnectionManager.processSocketData(XMPPIOService<Object> serv)
Method description |
boolean |
ClientConnectionManager.serviceStopped(XMPPIOService<Object> service)
Method description |
void |
ClientConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
Method description |
String |
ClientConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv,
Map<String,String> attribs)
Method description |
| Uses of XMPPIOService in tigase.server.xmppcomponent |
|---|
| Methods in tigase.server.xmppcomponent that return XMPPIOService | |
|---|---|
protected XMPPIOService<Object> |
ComponentConnectionManager.getXMPPIOServiceInstance()
|
| Methods in tigase.server.xmppcomponent with parameters of type XMPPIOService | |
|---|---|
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.xmppStreamClosed(XMPPIOService<Object> serv)
|
String |
ComponentConnectionManager.xmppStreamOpened(XMPPIOService<Object> service,
Map<String,String> attribs)
|
| Uses of XMPPIOService in tigase.server.xmppserver |
|---|
| Classes in tigase.server.xmppserver with type parameters of type XMPPIOService | |
|---|---|
interface |
ConnectionHandlerIfc<IO extends XMPPIOService>
Describe interface ConnectionHandlerIfc here. |
| Methods in tigase.server.xmppserver that return XMPPIOService | |
|---|---|
protected XMPPIOService<Object> |
ServerConnectionManager.getXMPPIOServiceInstance()
|
| Methods in tigase.server.xmppserver with parameters of type XMPPIOService | |
|---|---|
void |
ServerConnections.addOutgoing(XMPPIOService<Object> serv)
Method description |
boolean |
ServerConnections.isOutgoing(XMPPIOService<Object> serv)
Method description |
void |
ServerConnectionManager.processDialback(Packet packet,
XMPPIOService<Object> serv)
Method description |
Queue<Packet> |
ServerConnectionManager.processSocketData(XMPPIOService<Object> serv)
Method description |
void |
ServerConnectionManager.serviceStarted(XMPPIOService<Object> serv)
Method description |
void |
ServerConnections.serviceStopped(XMPPIOService<Object> serv)
Method description |
boolean |
ServerConnectionManager.serviceStopped(XMPPIOService<Object> serv)
Method description |
void |
ServerConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
Method description |
String |
ServerConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv,
Map<String,String> attribs)
Method description |
| Constructor parameters in tigase.server.xmppserver with type arguments of type XMPPIOService | |
|---|---|
ServerConnections(ConnectionHandlerIfc<XMPPIOService<Object>> handler,
CID cid)
Creates a new ServerConnections instance. |
|
| Uses of XMPPIOService in tigase.xmpp |
|---|
| Classes in tigase.xmpp with type parameters of type XMPPIOService | |
|---|---|
interface |
XMPPIOServiceListener<IO extends XMPPIOService>
Describe interface XMPPIOServiceListener here. |
| Constructors in tigase.xmpp with parameters of type XMPPIOService | |
|---|---|
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv)
Constructs ... |
|
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv,
tigase.xml.ElementFactory factory)
Constructs ... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||