Uses of Class
tigase.net.IOService
Packages that use IOService
Package
Description
-
Uses of IOService in tigase.net
Classes in tigase.net with type parameters of type IOServiceModifier and TypeInterfaceDescriptioninterfaceIOServiceListener<IO extends IOService<?>>Describe interface IOServiceListener here.Classes in tigase.net that implement interfaces with type arguments of type IOServiceModifier and TypeClassDescriptionclassIOService<RefObject>IOServiceoffers thread safecall()method execution, however you must be prepared that other methods can be called simultaneously likestop(),getProtocol()orisConnected().Methods in tigase.net that return IOServiceMethods in tigase.net with parameters of type IOServiceModifier and TypeMethodDescriptionstatic voidSocketThread.addSocketService(IOService<?> s) voidSocketThread.addSocketServicePriv(IOService<?> s) static voidSocketThread.removeSocketService(IOService<Object> s) voidSocketThread.removeSocketServicePriv(IOService<?> s) Method parameters in tigase.net with type arguments of type IOServiceModifier and TypeMethodDescriptionvoidIOService.setIOServiceListener(IOServiceListener<IOService<RefObject>> sl) -
Uses of IOService in tigase.server.bosh
Subclasses of IOService in tigase.server.bosh -
Uses of IOService in tigase.server.ext
Subclasses of IOService in tigase.server.ext -
Uses of IOService in tigase.server.websocket
Subclasses of IOService in tigase.server.websocketModifier and TypeClassDescriptionclassWebSocketXMPPIOService<RefObject>Class implements basic support for WebSocket protocol. -
Uses of IOService in tigase.server.xmppclient
Subclasses of IOService in tigase.server.xmppclient -
Uses of IOService in tigase.server.xmppserver
Subclasses of IOService in tigase.server.xmppserver -
Uses of IOService in tigase.xmpp
Subclasses of IOService in tigase.xmppModifier and TypeClassDescriptionclassXMPPIOService<RefObject>Describe class XMPPIOService here.Methods in tigase.xmpp that return IOService