Uses of Interface
tigase.net.IOServiceListener
Packages that use IOServiceListener
Package
Description
The main package with top level API for server side components.
-
Uses of IOServiceListener in tigase.cluster
Classes in tigase.cluster that implement IOServiceListenerModifier and TypeClassDescriptionclass
class
Describe class ClientConnectionClustered here.class
Class ClusterConnectionManager
Created: Tue Nov 22 07:07:11 2005class
Describe class WebSocketClientConnectionClustered here. -
Uses of IOServiceListener in tigase.net
Methods in tigase.net with parameters of type IOServiceListenerModifier and TypeMethodDescriptionvoid
IOService.setIOServiceListener
(IOServiceListener<IOService<RefObject>> sl) -
Uses of IOServiceListener in tigase.server
Classes in tigase.server that implement IOServiceListenerModifier and TypeClassDescriptionclass
ConnectionManager<IO extends XMPPIOService<?>>
Describe class ConnectionManager here. -
Uses of IOServiceListener in tigase.server.bosh
Classes in tigase.server.bosh that implement IOServiceListenerModifier and TypeClassDescriptionclass
Describe class BoshConnectionManager here. -
Uses of IOServiceListener in tigase.server.ext
Classes in tigase.server.ext that implement IOServiceListener -
Uses of IOServiceListener in tigase.server.websocket
Classes in tigase.server.websocket that implement IOServiceListenerModifier and TypeClassDescriptionclass
Class implements basic support allowing clients to connect using WebSocket protocol -
Uses of IOServiceListener in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement IOServiceListenerModifier and TypeClassDescriptionclass
Class ClientConnectionManager Created: Tue Nov 22 07:07:11 2005 -
Uses of IOServiceListener in tigase.server.xmppcomponent
Classes in tigase.server.xmppcomponent that implement IOServiceListener -
Uses of IOServiceListener in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement IOServiceListener -
Uses of IOServiceListener in tigase.xmpp
Subinterfaces of IOServiceListener in tigase.xmppModifier and TypeInterfaceDescriptioninterface
XMPPIOServiceListener<IO extends XMPPIOService<?>>
Describe interface XMPPIOServiceListener here.