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. processorsMethods in tigase.server with parameters of type XMPPIOProcessor Modifier and Type Method Description voidConnectionManager. setProcessors(XMPPIOProcessor[] processors) -
Uses of XMPPIOProcessor in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement XMPPIOProcessor Modifier and Type Class Description classRegistrationThrottlingProcessorCreated by andrzej on 16.11.2016.classStreamErrorCounterIOProcessorclassStreamManagementIOProcessorClass 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. processorsMethods in tigase.xmpp with parameters of type XMPPIOProcessor Modifier and Type Method Description voidXMPPIOService. setProcessors(XMPPIOProcessor[] processors)
-