Uses of Class
tigase.kernel.beans.config.ConfigField
-
Packages that use ConfigField Package Description tigase.cluster.repo tigase.db.beans tigase.db.comp 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 ConcurrentHashMap<String,String>MDRepositoryBean. aliasesprotected StringMDPoolConfigBean. clsprotected MDRepositoryBean.SelectorTypeMDRepositoryBean. dataSourceSelectionprotected StringMDPoolConfigBean. nameprotected StringMDPoolConfigBean. poolClsprotected intMDPoolConfigBean. poolSizeprotected 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.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 ConcurrentSkipListSet<BareJID>BasicComponent. adminsprotected longConnectionManager. connectionDelayprotected intConnectionManager. elements_number_limitProtection from the system overload and DOS attack.protected String[]ConnectionManager.PortConfigBean. ifcprotected intAbstractMessageReceiver. maxQueueSizeprotected intConnectionManager. net_bufferprotected longConnectionManager.PortConfigBean. newConnectionsThrottlingString[]ConnectionManager. PORT_IFC_PROP_VALprotected intConnectionManager. serviceConnectedTimeoutprotected SocketTypeConnectionManager.PortConfigBean. socketprotected 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 String[]TestSpamModule. badWordsThis might be changed in one threads while it is iterated in processPacket(...) in another thread.protected 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 List<BareJID>SeeOtherHost. defaultHostprotected IntegerRegistrationThrottling. limitprotected 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 DurationAbstractPushNotifications. maxTimeoutprotected booleanAbstractPushNotifications. withBodyprotected booleanAbstractPushNotifications. withSender
-