Uses of Class
tigase.net.IOService
-
Packages that use IOService Package Description tigase.net tigase.server.bosh tigase.server.ext tigase.server.websocket tigase.server.xmppclient tigase.server.xmppserver tigase.xmpp -
-
Uses of IOService in tigase.net
Classes in tigase.net with type parameters of type IOService Modifier and Type Interface Description interfaceIOServiceListener<IO extends IOService<?>>Describe interface IOServiceListener here.Methods in tigase.net that return IOService Modifier and Type Method Description IOService<?>IOService. call()Methods in tigase.net with parameters of type IOService Modifier and Type Method Description static voidSocketThread. addSocketService(IOService<?> s)voidSocketThread. addSocketServicePriv(IOService<?> s)static voidSocketThread. removeSocketService(IOService<java.lang.Object> s)voidSocketThread. removeSocketServicePriv(IOService<?> s)Method parameters in tigase.net with type arguments of type IOService Modifier and Type Method Description voidIOService. setIOServiceListener(IOServiceListener<IOService<RefObject>> sl) -
Uses of IOService in tigase.server.bosh
Subclasses of IOService in tigase.server.bosh Modifier and Type Class Description classBoshIOServiceDescribe class BoshIOService here. -
Uses of IOService in tigase.server.ext
Subclasses of IOService in tigase.server.ext Modifier and Type Class Description classComponentIOServiceCreated: Jun 14, 2010 12:05:41 PM -
Uses of IOService in tigase.server.websocket
Subclasses of IOService in tigase.server.websocket Modifier and Type Class Description classWebSocketXMPPIOService<RefObject>Class implements basic support for WebSocket protocol. -
Uses of IOService in tigase.server.xmppclient
Subclasses of IOService in tigase.server.xmppclient Modifier and Type Class Description classC2SIOService<RefObject> -
Uses of IOService in tigase.server.xmppserver
Subclasses of IOService in tigase.server.xmppserver Modifier and Type Class Description classS2SIOServiceCreated: Jun 14, 2010 12:30:53 PM -
Uses of IOService in tigase.xmpp
Subclasses of IOService in tigase.xmpp Modifier and Type Class Description classXMPPIOService<RefObject>Describe class XMPPIOService here.Methods in tigase.xmpp that return IOService Modifier and Type Method Description IOService<?>XMPPIOService. call()
-