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 TypeInterfaceDescriptioninterface
IOServiceListener<IO extends IOService<?>>
Describe interface IOServiceListener here.Methods in tigase.net that return IOServiceMethods in tigase.net with parameters of type IOServiceModifier and TypeMethodDescriptionstatic void
SocketThread.addSocketService
(IOService<?> s) void
SocketThread.addSocketServicePriv
(IOService<?> s) static void
SocketThread.removeSocketService
(IOService<Object> s) void
SocketThread.removeSocketServicePriv
(IOService<?> s) Method parameters in tigase.net with type arguments of type IOServiceModifier and TypeMethodDescriptionvoid
IOService.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 TypeClassDescriptionclass
WebSocketXMPPIOService<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 TypeClassDescriptionclass
XMPPIOService<RefObject>
Describe class XMPPIOService here.Methods in tigase.xmpp that return IOService