Uses of Class
tigase.kernel.beans.config.ConfigField
-
Packages that use ConfigField Package Description tigase.cluster.repo tigase.db.beans tigase.db.comp tigase.io.repo tigase.monitor.tasks tigase.server The main package with top level API for server side components.tigase.server.test tigase.server.xmppclient tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push -
-
Uses of ConfigField in tigase.cluster.repo
Fields in tigase.cluster.repo with annotations of type ConfigField Modifier and Type Field Description protected booleanClConConfigRepository. auto_remove_obsolete_items -
Uses of ConfigField in tigase.db.beans
Fields in tigase.db.beans with annotations of type ConfigField Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String>MDRepositoryBean. aliasesprotected java.lang.StringMDPoolConfigBean. clsprotected MDRepositoryBean.SelectorTypeMDRepositoryBean. dataSourceSelectionprotected java.lang.StringMDPoolConfigBean. nameprotected java.lang.StringMDPoolConfigBean. poolClsprotected intMDPoolConfigBean. poolSizeprotected java.lang.StringMDPoolConfigBean. uri -
Uses of ConfigField in tigase.db.comp
Fields in tigase.db.comp with annotations of type ConfigField Modifier and Type Field Description protected longConfigRepository. autoReloadInterval -
Uses of ConfigField in tigase.io.repo
Fields in tigase.io.repo with annotations of type ConfigField Modifier and Type Field Description protected booleanCertificateRepository. moveFromFilesystemToRepository -
Uses of ConfigField in tigase.monitor.tasks
Fields in tigase.monitor.tasks with annotations of type ConfigField Modifier and Type Field Description protected floatDiskTask. threshold -
Uses of ConfigField in tigase.server
Fields in tigase.server with annotations of type ConfigField Modifier and Type Field Description protected java.util.concurrent.ConcurrentSkipListSet<BareJID>BasicComponent. adminsprotected longConnectionManager. connectionDelayprotected intConnectionManager. elements_number_limitProtection from the system overload and DOS attack.protected java.lang.String[]ConnectionManager.PortConfigBean. ifcprotected intAbstractMessageReceiver. maxQueueSizeprotected intConnectionManager. net_bufferprotected longConnectionManager.PortConfigBean. newConnectionsThrottlingjava.lang.String[]ConnectionManager. PORT_IFC_PROP_VALprotected intConnectionManager. serviceConnectedTimeoutprotected SocketTypeConnectionManager.PortConfigBean. socketprotected java.lang.StringConnectionManager. trafficThrottlingprotected ConnectionTypeConnectionManager.PortConfigBean. typeprotected longConnectionManager. watchdogDelayprotected ConnectionManager.WATCHDOG_PING_TYPEConnectionManager. watchdogPingTypeprotected longConnectionManager. watchdogTimeout -
Uses of ConfigField in tigase.server.test
Fields in tigase.server.test with annotations of type ConfigField Modifier and Type Field Description protected java.lang.String[]TestSpamModule. badWordsThis might be changed in one threads while it is iterated in processPacket(...) in another thread.protected java.lang.String[]TestSpamModule. whiteList -
Uses of ConfigField in tigase.server.xmppclient
Fields in tigase.server.xmppclient with annotations of type ConfigField Modifier and Type Field Description protected java.util.List<BareJID>SeeOtherHost. defaultHostprotected java.lang.IntegerRegistrationThrottling. limitprotected java.time.DurationRegistrationThrottling. period -
Uses of ConfigField in tigase.xmpp.impl
Fields in tigase.xmpp.impl with annotations of type ConfigField Modifier and Type Field Description protected static booleanPresenceAbstract. probeFullJIDprotected static booleanPresenceAbstract. skipOffline -
Uses of ConfigField in tigase.xmpp.impl.push
Fields in tigase.xmpp.impl.push with annotations of type ConfigField Modifier and Type Field Description protected java.time.DurationAbstractPushNotifications. maxTimeoutprotected booleanAbstractPushNotifications. withBodyprotected booleanAbstractPushNotifications. withSender
-