Uses of Interface
tigase.server.xmppclient.XMPPIOProcessor
-
Packages that use XMPPIOProcessor Package Description tigase.server The main package with top level API for server side components.tigase.server.xmppclient tigase.xmpp -
-
Uses of XMPPIOProcessor in tigase.server
Fields in tigase.server declared as XMPPIOProcessor Modifier and Type Field Description protected XMPPIOProcessor[]
ConnectionManager. processors
Methods in tigase.server with parameters of type XMPPIOProcessor Modifier and Type Method Description void
ConnectionManager. setProcessors(XMPPIOProcessor[] processors)
-
Uses of XMPPIOProcessor in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement XMPPIOProcessor Modifier and Type Class Description class
RegistrationThrottlingProcessor
Created by andrzej on 16.11.2016.class
StreamErrorCounterIOProcessor
class
StreamManagementIOProcessor
Class implements XEP-0198 Stream Management -
Uses of XMPPIOProcessor in tigase.xmpp
Fields in tigase.xmpp declared as XMPPIOProcessor Modifier and Type Field Description protected XMPPIOProcessor[]
XMPPIOService. processors
Methods in tigase.xmpp with parameters of type XMPPIOProcessor Modifier and Type Method Description void
XMPPIOService. setProcessors(XMPPIOProcessor[] processors)
-