- c - Static variable in class gnu.inet.encoding.CombiningClass
-
- cache_off - Variable in class tigase.util.SimpleCache
-
- CacheObject<V> - Class in tigase.util
-
Describe class CacheObject here.
- CacheObject() - Constructor for class tigase.util.CacheObject
-
- calcDiff(T[], T[]) - Method in class tigase.util.ListDiffCalculator
-
- calcDiff(Collection<T>, Collection<T>) - Method in class tigase.util.ListDiffCalculator
-
- calculateSignature(JID, Form) - Method in class tigase.form.SignatureCalculator
-
Calculate signature of given form.
- CData - Class in tigase.xml
-
Created: Feb 9, 2009 12:21:43 PM
- CData(String) - Constructor for class tigase.xml.CData
-
- cdataToString() - Method in class tigase.xml.Element
-
- CertCheckResult - Enum in tigase.cert
-
Created: Oct 29, 2010 3:39:59 PM
- CertificateEntry - Class in tigase.cert
-
Created: Oct 9, 2010 5:08:30 PM
- CertificateEntry() - Constructor for class tigase.cert.CertificateEntry
-
- CertificateUtil - Class in tigase.cert
-
Created: Sep 22, 2010 3:09:01 PM
- CertificateUtil() - Constructor for class tigase.cert.CertificateUtil
-
- checkBufferLimit(int) - Method in interface tigase.util.IOListener
-
- checkConnection() - Method in class tigase.util.JDBCAbstract
-
Deprecated.
checkConnection method checks database connection before any
query.
- checkIsCharValidInXML(SimpleParser.ParserState, char) - Method in class tigase.xml.SimpleParser
-
- checkNickName(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
checkNickName method checks whether given string is a valid
nick name: not null, not zero length, doesn't contain invalid characters.
- children - Variable in class tigase.xml.Element
-
Field description
- childrenFormatedString(int, int) - Method in class tigase.xml.db.DBElement
-
Method description
- childrenToString() - Method in class tigase.xml.Element
-
- childrenToString(StringBuilder) - Method in class tigase.xml.Element
-
- childrenToStringPretty() - Method in class tigase.xml.Element
-
- childrenToStringSecure() - Method in class tigase.xml.Element
-
- childrenToStringSecure(StringBuilder) - Method in class tigase.xml.Element
-
- ClassComparator - Class in tigase.util
-
In a few cases classes have to be kept in Set.
- ClassComparator() - Constructor for class tigase.util.ClassComparator
-
- ClassUtil - Class in tigase.util
-
ClassUtil file contains code used for loading all
implementations of specified interface or abstract class
found in classpath.
- ClassUtil() - Constructor for class tigase.util.ClassUtil
-
- clear() - Method in class tigase.collections.TwoHashBidiMap
-
- clear() - Method in class tigase.form.Fields
-
- clear() - Method in class tigase.form.Form
-
- clear() - Method in class tigase.util.SimpleCache
-
- clone() - Method in class tigase.xml.CData
-
- clone() - Method in class tigase.xml.Element
-
- clone() - Method in interface tigase.xml.XMLNodeIfc
-
- cloneShalow() - Method in class tigase.form.Field
-
- codepoint2digit(int) - Static method in class gnu.inet.encoding.Punycode
-
- CombiningClass - Class in gnu.inet.encoding
-
Auto-generated class containing Unicode NFKC tables.
- CombiningClass() - Constructor for class gnu.inet.encoding.CombiningClass
-
- compare(Class, Class) - Method in class tigase.util.ClassComparator
-
Method compare is used to perform
- compare(Object, Object) - Method in class tigase.util.ObjectComparator
-
Describe compare method here.
- compareTo(Field) - Method in class tigase.form.Field
-
- compareTo(CData) - Method in class tigase.xml.CData
-
- compareTo(Element) - Method in class tigase.xml.Element
-
- compareTo(BareJID) - Method in class tigase.xmpp.BareJID
-
Method compares the BareJID instance to the object given
as a parameter.
- compareTo(JID) - Method in class tigase.xmpp.JID
-
Method compares the JID instance with a given object.
- composeData - Static variable in class gnu.inet.encoding.Composition
-
- composePage - Static variable in class gnu.inet.encoding.Composition
-
- Composition - Class in gnu.inet.encoding
-
Auto-generated class containing Unicode NFKC tables.
- Composition() - Constructor for class gnu.inet.encoding.Composition
-
- compress(ByteBuffer) - Method in class tigase.util.ZLibWrapper
-
- compress(String) - Method in class tigase.util.ZLibWrapper
-
Method description
- COMPRESSED_BUFF_SIZE - Static variable in class tigase.util.ZLibWrapper
-
Field description
- CONTAINS_ACE_PREFIX - Static variable in exception gnu.inet.encoding.IDNAException
-
- CONTAINS_HYPHEN - Static variable in exception gnu.inet.encoding.IDNAException
-
- CONTAINS_NON_LDH - Static variable in exception gnu.inet.encoding.IDNAException
-
- CONTAINS_PROHIBITED - Static variable in exception gnu.inet.encoding.StringprepException
-
- CONTAINS_UNASSIGNED - Static variable in exception gnu.inet.encoding.StringprepException
-
- containsKey(Object) - Method in class tigase.collections.TwoHashBidiMap
-
- containsKey(Object) - Method in class tigase.util.SimpleCache
-
- containsValue(Object) - Method in class tigase.collections.TwoHashBidiMap
-
- containsValue(Object) - Method in class tigase.util.SimpleCache
-
- copyValuesFrom(Element) - Method in class tigase.form.Form
-
- copyValuesFrom(Form) - Method in class tigase.form.Form
-
- copyWithoutResource() - Method in class tigase.xmpp.JID
-
The method returns a copy of the JID instance with removed
resource part.
- copyWithResource(String) - Method in class tigase.xmpp.JID
-
The method returns a copy of the JID instance with a different
resource part given as a parameter.
- copyWithResourceNS(String) - Method in class tigase.xmpp.JID
-
The method returns a copy of the JID instance with a different
resource part given as a parameter.
- createDB(String, String, String) - Static method in class tigase.xml.db.XMLDB
-
Factory method creating and setting up XMLDB
- createKeyPair(int, String) - Static method in class tigase.cert.CertificateUtil
-
- createSelfSignedCertificate(String, String, String, String, String, String, String, KeyPair) - Static method in class tigase.cert.CertificateUtil
-
- Criteria - Interface in tigase.criteria
-
Created: 2007-06-20 08:03:14
- data - Variable in class tigase.util.CacheObject
-
- dataMap() - Method in class tigase.util.SimpleCache
-
- dataTypeMap - Static variable in class tigase.xml.db.Types
-
- DateTimeFormatter - Class in tigase.util
-
- DateTimeFormatter() - Constructor for class tigase.util.DateTimeFormatter
-
- DBElement - Class in tigase.xml.db
-
DBElement class extends tigase.xml.Element.
- DBElement(String) - Constructor for class tigase.xml.db.DBElement
-
Constructs ...
- DBElement(String, String, String) - Constructor for class tigase.xml.db.DBElement
-
Constructs ...
- DBElement(String, String, StringBuilder[], StringBuilder[]) - Constructor for class tigase.xml.db.DBElement
-
Constructs ...
- DBElementFactory - Class in tigase.xml.db
-
DBElementFactory is implementation of factory design pattern
required by XML DOM builder to create proper
Element instances for tree nodes.
- decode(String) - Static method in class gnu.inet.encoding.Punycode
-
Decode a punycoded string.
- decode(String) - Static method in class tigase.util.Base64
-
- DecompositionKeys - Class in gnu.inet.encoding
-
Auto-generated class containing Unicode NFKC tables.
- DecompositionKeys() - Constructor for class gnu.inet.encoding.DecompositionKeys
-
- DecompositionMappings - Class in gnu.inet.encoding
-
Auto-generated class containing Unicode NFKC tables.
- DecompositionMappings() - Constructor for class gnu.inet.encoding.DecompositionMappings
-
- decompress(ByteBuffer) - Method in class tigase.util.ZLibWrapper
-
Method description
- DECOMPRESSED_BUFF_SIZE - Static variable in class tigase.util.ZLibWrapper
-
Field description
- decompressToString(ByteBuffer) - Method in class tigase.util.ZLibWrapper
-
Method description
- DefaultElementFactory - Class in tigase.xml
-
DefaultElementFactory is an ElementFactory
implementation creating instances of basic Element class.
- DefaultElementFactory() - Constructor for class tigase.xml.DefaultElementFactory
-
Creates a new DefaultElementFactory instance.
- defxmlns - Variable in class tigase.xml.Element
-
Field description
- DERBY_CONNVALID_QUERY - Static variable in class tigase.util.JDBCAbstract
-
Deprecated.
Field description
- digest(String, String, String) - Static method in class tigase.util.Algorithms
-
- digit2codepoint(int) - Static method in class gnu.inet.encoding.Punycode
-
- DNSEntry - Class in tigase.util
-
The class defines an instance of a single DNS entry.
- DNSEntry(String, String) - Constructor for class tigase.util.DNSEntry
-
Constructs DNS entry with hostname and IP to which it resolves.
- DNSEntry(String, String[]) - Constructor for class tigase.util.DNSEntry
-
Constructs DNS entry with hostname and multiple IP to which it resolves.
- DNSEntry(String, String, int) - Constructor for class tigase.util.DNSEntry
-
Constructs DNS entry with hostname, IP to which it resolves and a default port number used for connections.
- DNSEntry(String, String, String, int, long, int, int) - Constructor for class tigase.util.DNSEntry
-
Constructs complete SRV DNS entry.
- DNSEntry(String, String, String[], int, long, int, int) - Constructor for class tigase.util.DNSEntry
-
Constructs complete SRV DNS entry.
- DNSResolver - Class in tigase.util
-
- DNSResolver() - Constructor for class tigase.util.DNSResolver
-
Deprecated.
- DNSResolverDefault - Class in tigase.util
-
DNSResolver class for handling DNS names
- DNSResolverDefault() - Constructor for class tigase.util.DNSResolverDefault
-
- DNSResolverFactory - Class in tigase.util
-
- DNSResolverFactory() - Constructor for class tigase.util.DNSResolverFactory
-
- DNSResolverIfc - Interface in tigase.util
-
- DomBuilderHandler - Class in tigase.xml
-
DomBuilderHandler - implementation of
SimpleHandler building DOM strctures during parsing
time.
- DomBuilderHandler(ElementFactory) - Constructor for class tigase.xml.DomBuilderHandler
-
- DomBuilderHandler() - Constructor for class tigase.xml.DomBuilderHandler
-
- generateDialbackKey(String, String, String, String) - Static method in class tigase.util.Algorithms
-
Calculates dialback key as decribed in
XEP-0185 version 1.0.
- get(Object) - Method in class tigase.collections.TwoHashBidiMap
-
- get(String) - Method in class tigase.form.Fields
-
- get(String) - Method in class tigase.form.Form
-
- get(Object) - Method in class tigase.util.SimpleCache
-
- getAfter() - Method in class tigase.xmpp.RSM
-
- getAllFields() - Method in class tigase.form.Fields
-
- getAllFields() - Method in class tigase.form.Form
-
- getAllItems() - Method in class tigase.form.MultiItemForm
-
- getAllNode1s() - Method in class tigase.xml.db.XMLDB
-
Retrieve list of nodes
- getAllNode1sCount() - Method in class tigase.xml.db.XMLDB
-
Retrieve number of nodes
- getAsBoolean(Field) - Static method in class tigase.form.Field
-
- getAsBoolean(String) - Method in class tigase.form.Fields
-
- getAsBoolean(String) - Method in class tigase.form.Form
-
- getAsInteger(String) - Method in class tigase.form.Fields
-
- getAsInteger(String) - Method in class tigase.form.Form
-
- getAsLong(String) - Method in class tigase.form.Fields
-
- getAsLong(String) - Method in class tigase.form.Form
-
- getAsString(String) - Method in class tigase.form.Fields
-
- getAsString(String) - Method in class tigase.form.Form
-
- getAsStrings(String) - Method in class tigase.form.Fields
-
- getAsStrings(String) - Method in class tigase.form.Form
-
- getAttribute(String) - Method in class tigase.xml.Element
-
- getAttribute(String, String) - Method in class tigase.xml.Element
-
- getAttribute(String[], String) - Method in class tigase.xml.Element
-
- getAttributes() - Method in class tigase.xml.Element
-
- getAttributeStaticStr(String) - Method in class tigase.xml.Element
-
- getAttributeStaticStr(String[], String) - Method in class tigase.xml.Element
-
- getBareJID() - Method in class tigase.xmpp.JID
-
Method returns BareJID instance for this JID.
- getBefore() - Method in class tigase.xmpp.RSM
-
- getCData() - Method in class tigase.xml.CData
-
- getCData(String) - Method in class tigase.xml.Element
-
- getCData(String[]) - Method in class tigase.xml.Element
-
- getCData() - Method in class tigase.xml.Element
-
- getCDataStaticStr(String[]) - Method in class tigase.xml.Element
-
- getCertAltCName(X509Certificate) - Static method in class tigase.cert.CertificateUtil
-
- getCertChain() - Method in class tigase.cert.CertificateEntry
-
- getCertCName(X509Certificate) - Static method in class tigase.cert.CertificateUtil
-
- getChild(String) - Method in class tigase.xml.Element
-
- getChild(String, String) - Method in class tigase.xml.Element
-
- getChildAttribute(String, String) - Method in class tigase.xml.Element
-
- getChildAttributeStaticStr(String, String) - Method in class tigase.xml.Element
-
- getChildCData(String) - Method in class tigase.xml.Element
-
- getChildCData(String[]) - Method in class tigase.xml.Element
-
- getChildCData(Element.Matcher<Element>) - Method in class tigase.xml.Element
-
- getChildCDataStaticStr(String[]) - Method in class tigase.xml.Element
-
- getChildren() - Method in class tigase.xml.Element
-
- getChildren(String) - Method in class tigase.xml.Element
-
- getChildren(String[]) - Method in class tigase.xml.Element
-
- getChildren(Element.Matcher<Element>) - Method in class tigase.xml.Element
-
- getChildrenStaticStr(String[]) - Method in class tigase.xml.Element
-
- getChildStaticStr(String) - Method in class tigase.xml.Element
-
- getChildStaticStr(String, String) - Method in class tigase.xml.Element
-
- getClassesFromClassPath() - Static method in class tigase.util.ClassUtil
-
Method description
- getClassesFromNames(Set<String>) - Static method in class tigase.util.ClassUtil
-
Method description
- getClassesImplementing(Collection<Class<?>>, T) - Static method in class tigase.util.ClassUtil
-
Method description
- getClassesImplementing(T) - Static method in class tigase.util.ClassUtil
-
Method description
- getClassNameFromFileName(String) - Static method in class tigase.util.ClassUtil
-
Method description
- getClassNamesFromDir(File) - Static method in class tigase.util.ClassUtil
-
Method description
- getClassNamesFromJar(File) - Static method in class tigase.util.ClassUtil
-
Method description
- getCount() - Method in class tigase.xmpp.RSM
-
- getData(String, String, String, Object) - Method in class tigase.xml.db.XMLDB
-
Retrieve value of given node under specific path
- getData(String, String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve value of given node under specific path
- getData(String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve value of given node
- getDataDouble(String, String, String, double) - Method in class tigase.xml.db.XMLDB
-
Retrieve value of given node under specific path
- getDataDoubleList(String, String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve values of given node under specific path
- getDataInt(String, String, String, int) - Method in class tigase.xml.db.XMLDB
-
Retrieve value of given node under specific path
- getDataIntList(String, String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve values of given node under specific path
- getDataList(String, String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve values of given node under specific path
- getDBFileName() - Method in class tigase.xml.db.XMLDB
-
Retrieves filename
- getDefaultHost() - Method in class tigase.util.DNSResolverDefault
-
- getDefaultHost() - Method in interface tigase.util.DNSResolverIfc
-
Method provides default host information for the installation.
- getDefaultHostname() - Static method in class tigase.util.DNSResolver
-
Deprecated.
Method description
- getDefaultHosts() - Method in class tigase.util.DNSResolverDefault
-
- getDefaultHosts() - Method in interface tigase.util.DNSResolverIfc
-
Method provides an array of all local host informations, by default it
contains defaultHost.
- getDefaultXMPPStringPrep() - Static method in class tigase.util.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used
by the Tigase server.
- getDefHostNames() - Static method in class tigase.util.DNSResolver
-
Deprecated.
Method description
- getDescription() - Method in class tigase.form.Field
-
- getDnsResultHost() - Method in class tigase.util.DNSEntry
-
Returns the domain name for which this record is valid
- getDomain() - Method in class tigase.xmpp.BareJID
-
Method returns a domain part of the BareJID.
- getDomain() - Method in class tigase.xmpp.JID
-
Method returns a domain part of the JID instance.
- getElement() - Method in class tigase.form.AbstractForm
-
- getElement() - Method in class tigase.form.Field
-
- getElement(boolean, boolean) - Method in class tigase.form.Field
-
- getElement() - Method in class tigase.form.Form
-
- getElement() - Method in class tigase.form.MultiItemForm
-
- getEmptyXMPPStringPrep() - Static method in class tigase.util.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used
by the Tigase server.
- getEntry(String) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryDoubleArrValue(String, double[]) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryDoubleValue(String, double) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryIntArrValue(String, int[]) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryIntValue(String, int) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryKeys() - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryStringArrValue(String, String[]) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryStringValue(String, String) - Method in class tigase.xml.db.DBElement
-
Method description
- getEntryValue(String, Object) - Method in class tigase.xml.db.DBElement
-
Method description
- getFactory() - Static method in class tigase.xml.db.DBElementFactory
-
- getFieldTypeByName(String) - Static method in enum tigase.form.Field.FieldType
-
- getFileListDeep(File) - Static method in class tigase.util.ClassUtil
-
Method description
- getFirst() - Method in class tigase.xmpp.RSM
-
- getHostIP(String) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Resolve IP address for the given hostname
- getHostIP(String) - Method in interface tigase.util.DNSResolverIfc
-
Resolve IP address for the given hostname
- getHostIPs(String) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Resolve all IP addresses for the given hostname
- getHostIPs(String) - Method in class tigase.util.DNSResolverDefault
-
Resolve all IP addresses for the given hostname
- getHostIPs(String) - Method in interface tigase.util.DNSResolverIfc
-
Resolve all IP addresses for the given hostname
- getHostname() - Method in class tigase.util.DNSEntry
-
Returns the canonical hostname of the machine providing the service.
- getHostSRV_Entries(String) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Retrieves list of SRV DNS entries for given hostname.
- getHostSRV_Entries(String, String, int) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Retrieves list of DNS entries for given hostname.
- getHostSRV_Entries(String, String, int) - Method in class tigase.util.DNSResolverDefault
-
- getHostSRV_Entries(String) - Method in interface tigase.util.DNSResolverIfc
-
Retrieves list of SRV DNS entries for given hostname.
- getHostSRV_Entries(String, String, int) - Method in interface tigase.util.DNSResolverIfc
-
Retrieves list of DNS entries for given hostname.
- getHostSRV_Entry(String) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Retrieves service DNS entry with highest priority for given hostname.
- getHostSRV_Entry(String, String, int) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Retrieves list of DNS entries for given hostname.
- getHostSRV_Entry(String) - Method in interface tigase.util.DNSResolverIfc
-
Retrieves service DNS entry with highest priority for given hostname.
- getHostSRV_Entry(String, String, int) - Method in interface tigase.util.DNSResolverIfc
-
Retrieves list of DNS entries for given hostname.
- getHostSRV_IP(String) - Static method in class tigase.util.DNSResolver
-
Deprecated.
Returns IP address of the machine providing the service.
- getHostSRV_IP(String) - Method in interface tigase.util.DNSResolverIfc
-
Returns IP address of the machine providing the service.
- getImplementations(Class<T>) - Static method in class tigase.util.ClassUtil
-
Method description
- getIndex() - Method in class tigase.xmpp.RSM
-
- getInstance() - Static method in class tigase.util.DNSResolverFactory
-
- getInstruction() - Method in class tigase.form.AbstractForm
-
- getInstruction() - Method in class tigase.form.Form
-
- getIp() - Method in class tigase.util.DNSEntry
-
Returns IP address of the machine providing the service.
- getIps() - Method in class tigase.util.DNSEntry
-
Returns array containing all IP addresses on which service is available (in case hostname resolves to multiple IPs)
- getJID(String, String, String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
getJID method builds valid JIDUtils string from given nick name,
domain and resource.
- getKey(Object) - Method in interface tigase.collections.BidiMap
-
- getKey(Object) - Method in class tigase.collections.TwoHashBidiMap
-
- getKeys(String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve list of keys under specific path
- getKeys(String) - Method in class tigase.xml.db.XMLDB
-
Retrieve list of keys under root
- getKeySpec() - Method in class tigase.cert.RSAPrivateKeyDecoder
-
Method description
- getLabel() - Method in class tigase.form.Field
-
- getLast() - Method in class tigase.xmpp.RSM
-
- getLibIDNXMPPStringPrep() - Static method in class tigase.util.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used
by the Tigase server.
- getLocalpart() - Method in class tigase.xmpp.BareJID
-
Method returns a localpart (nickname) of the BareJID.
- getLocalpart() - Method in class tigase.xmpp.JID
-
Method a localpart (nickname) of the JID instance.
- getMax() - Method in class tigase.xmpp.RSM
-
- getName() - Method in class tigase.xml.Element
-
- getNode(String, String, boolean) - Method in class tigase.xml.db.XMLDB
-
Retrieves the node of the given name at specific path
- getNode1(String) - Method in class tigase.xml.db.XMLDB
-
- getNodeHost(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
Method getNodeHost parses given JIDUtils and returns node
domain part.
- getNodeHostIP(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
Method getNodeHostIP parses given JIDUtils for node
domain part and then tries to resolve host IP address..
- getNodeID(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
Method getNodeID cuts off resource JIDUtils part
if exists and returns only node ID.
- getNodeID(String, String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
This is static method to construct user ID from given
JIDUtils parts.
- getNodeNick(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
Method getNodeNick parses given JIDUtils and returns
node nick name or empty string if nick name could not be found.
- getNodeResource(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
Method getNodeID parses given JIDUtils and returns
resource part of given JIDUtils or empty string if there
was no resource part.
- getOauthConsumerKey() - Method in class tigase.form.SignatureCalculator
-
- getOauthConsumerSecret() - Method in class tigase.form.SignatureCalculator
-
- getOauthToken() - Method in class tigase.form.SignatureCalculator
-
- getOauthTokenSecret() - Method in class tigase.form.SignatureCalculator
-
- getOptionLabels() - Method in class tigase.form.Field
-
- getOptionValues() - Method in class tigase.form.Field
-
- getParsedElements() - Method in class tigase.xml.DomBuilderHandler
-
- getParserInstance() - Static method in class tigase.xml.SingletonFactory
-
- getPort() - Method in class tigase.util.DNSEntry
-
Returns the TCP or UDP port on which the service is to be found
- getPriority() - Method in class tigase.util.DNSEntry
-
Returns the priority of the target host, lower value means more preferred.
- getPrivateKey() - Method in class tigase.cert.CertificateEntry
-
- getPrivateKey() - Method in class tigase.cert.RSAPrivateKeyDecoder
-
Method description
- getResource() - Method in class tigase.xmpp.JID
-
Method a resource part of the JID instance.
- getResourceUri() - Method in class tigase.util.JDBCAbstract
-
Deprecated.
getResourceUri method returns database connection string.
- getSecondaryHost() - Method in class tigase.util.DNSResolverDefault
-
- getSecondaryHost() - Method in interface tigase.util.DNSResolverIfc
-
Method provides alternative host information for the current instance.
- getSimpleXMPPStringPrep() - Static method in class tigase.util.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used
by the Tigase server.
- getSubnode(String) - Method in class tigase.xml.db.DBElement
-
Method description
- getSubnodePath(String) - Method in class tigase.xml.db.DBElement
-
Method description
- getSubnodes() - Method in class tigase.xml.db.DBElement
-
Method description
- getSubnodes(String, String) - Method in class tigase.xml.db.XMLDB
-
Retrieve list of subnodes under specific path
- getSubnodes(String) - Method in class tigase.xml.db.XMLDB
-
Retrieve list of subnodes under root
- getTitle() - Method in class tigase.form.AbstractForm
-
- getTitle() - Method in class tigase.form.Form
-
- getTtl() - Method in class tigase.util.DNSEntry
-
Returns standard DNS time to live field.
- getType() - Method in class tigase.form.AbstractForm
-
- getType() - Method in class tigase.form.Field
-
- getType() - Method in class tigase.form.Form
-
- getTypeOrElse(String) - Method in class tigase.form.AbstractForm
-
- getTypeOrElse(String) - Method in class tigase.form.Form
-
- getValue() - Method in class tigase.form.Field
-
- getValues() - Method in class tigase.form.Field
-
- getVar() - Method in class tigase.form.Field
-
- getWeight() - Method in class tigase.util.DNSEntry
-
Returns relative weight for records with the same priority.
- getXMLNS() - Method in class tigase.xml.Element
-
- getXMLNS(String) - Method in class tigase.xml.Element
-
- getXMLNS(String[]) - Method in class tigase.xml.Element
-
- getXMLNSStaticStr(String[]) - Method in class tigase.xml.Element
-
- getXMPPStringPrep(String) - Static method in class tigase.util.XMPPStringPrepFactory
-
- gnu.inet.encoding - package gnu.inet.encoding
-
- JDBC_CONNVALID_QUERY - Static variable in class tigase.util.JDBCAbstract
-
Deprecated.
Field description
- JDBCAbstract - Class in tigase.util
-
Deprecated.
- JDBCAbstract() - Constructor for class tigase.util.JDBCAbstract
-
Deprecated.
- JID - Class in tigase.xmpp
-
The class defines an instance of a single XMPP JID identifier.
- jidInstance(BareJID, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given BareJID
instance as user bare JID and String instance as a resource
part.
- jidInstance(BareJID) - Static method in class tigase.xmpp.JID
-
Creates a new JID instance using given BareJID
instance as a parameter.
- jidInstance(String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using a JID parameter given as a
String instance.
- jidInstance(String, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given String
parameters.
- jidInstance(String, String, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given String
parameters.
- jidInstanceNS(BareJID) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given BareJID
instance as user bare JID and String instance as a resource
part.
- jidInstanceNS(BareJID, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given BareJID
instance as user bare JID and String instance as a resource
part.
- jidInstanceNS(String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using a JID parameter given as a
String instance.
- jidInstanceNS(String, String, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given String
parameters.
- jidInstanceNS(String, String) - Static method in class tigase.xmpp.JID
-
Constructs a new JID instance using given String
parameters.
- jidToBareJID(String) - Static method in class tigase.xmpp.BareJID
-
A utility method to strip the resource part from the given JID string.
- JIDUtils - Class in tigase.util
-
- JIDUtils() - Constructor for class tigase.util.JIDUtils
-
Deprecated.
- saveDB() - Method in class tigase.xml.db.XMLDB
-
Saves XML to file
- saveParserState(Object) - Method in class tigase.xml.DomBuilderHandler
-
- saveParserState(Object) - Method in interface tigase.xml.SimpleHandler
-
- saveParserState(Object) - Method in class tigase.xml.XMLFormatter
-
Describe saveParserState method here.
- setAfter(String) - Method in class tigase.xmpp.RSM
-
- setAttribute(String, String) - Method in class tigase.xml.Element
-
- setAttributes(Map<String, String>) - Method in class tigase.xml.Element
-
- setAttributes(StringBuilder[], StringBuilder[]) - Method in class tigase.xml.Element
-
- setAttributes(String[], String[]) - Method in class tigase.xml.Element
-
- setAttributeStaticStr(String[], String, String) - Method in class tigase.xml.Element
-
- setBefore(String) - Method in class tigase.xmpp.RSM
-
- setCdata(String) - Method in class tigase.xml.CData
-
- setCData(String) - Method in class tigase.xml.Element
-
- setCertChain(Certificate[]) - Method in class tigase.cert.CertificateEntry
-
- setChildren(List<XMLNodeIfc>) - Method in class tigase.xml.Element
-
- setCount(Integer) - Method in class tigase.xmpp.RSM
-
- setData(String, String, String, Object) - Method in class tigase.xml.db.XMLDB
-
Sets data for the given node at given path
- setData(String, String, Object) - Method in class tigase.xml.db.XMLDB
-
Sets data for the given node at root
- setDefXMLNS(String) - Method in class tigase.xml.Element
-
- setDescription(String) - Method in class tigase.form.Field
-
- setEntry(String, Object) - Method in class tigase.xml.db.DBElement
-
Method description
- setFirst(String) - Method in class tigase.xmpp.RSM
-
- setHasBefore(boolean) - Method in class tigase.xmpp.RSM
-
- setIndex(Integer) - Method in class tigase.xmpp.RSM
-
- setInstruction(String) - Method in class tigase.form.AbstractForm
-
- setInstruction(String) - Method in class tigase.form.Form
-
- setIOListener(IOListener) - Method in class tigase.util.ZLibWrapper
-
- setLabel(String) - Method in class tigase.form.Field
-
- setLast(String) - Method in class tigase.xmpp.RSM
-
- setMax(int) - Method in class tigase.xmpp.RSM
-
- setName(String) - Method in class tigase.xml.Element
-
- setOauthConsumerKey(String) - Method in class tigase.form.SignatureCalculator
-
- setOauthConsumerSecret(String) - Method in class tigase.form.SignatureCalculator
-
- setOauthToken(String) - Method in class tigase.form.SignatureCalculator
-
- setOauthTokenSecret(String) - Method in class tigase.form.SignatureCalculator
-
- setOptionLabels(String[]) - Method in class tigase.form.Field
-
- setOptionValues(String[]) - Method in class tigase.form.Field
-
- setPrivateKey(PrivateKey) - Method in class tigase.cert.CertificateEntry
-
- setReported(List<Field>) - Method in class tigase.form.MultiItemForm
-
- setRequired(boolean) - Method in class tigase.form.Field
-
- setResourceUri(String) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
Method description
- setResults(Integer, String, String) - Method in class tigase.xmpp.RSM
-
- setResults(Integer, Integer) - Method in class tigase.xmpp.RSM
-
- setTitle(String) - Method in class tigase.form.AbstractForm
-
- setTitle(String) - Method in class tigase.form.Form
-
- setType(String) - Method in class tigase.form.AbstractForm
-
- setType(Field.FieldType) - Method in class tigase.form.Field
-
- setType(String) - Method in class tigase.form.Form
-
- setupNewDB(String, String, String) - Method in class tigase.xml.db.XMLDB
-
Creates basic Elements of the XMLDB
- setValues(String[]) - Method in class tigase.form.Field
-
- setVar(String) - Method in class tigase.form.Field
-
- setXMLNS(String) - Method in class tigase.xml.Element
-
- sha256(String) - Static method in class tigase.util.Algorithms
-
Calculates SHA-256 hash of given data.
- sign(JID, Form) - Method in class tigase.form.SignatureCalculator
-
Sign given form with current time.
- sign(JID, String, long, Form) - Method in class tigase.form.SignatureCalculator
-
Sign given Form.
- SignatureCalculator - Class in tigase.form
-
- SignatureCalculator() - Constructor for class tigase.form.SignatureCalculator
-
- SignatureCalculator(String, String) - Constructor for class tigase.form.SignatureCalculator
-
- SignatureCalculator(String, String, String, String) - Constructor for class tigase.form.SignatureCalculator
-
- signForm(JID, Form) - Method in class tigase.form.FormSigner
-
Sign given form with current time.
- SimpleCache<K,V> - Class in tigase.util
-
Describe class SimpleCache here.
- SimpleCache(int, long) - Constructor for class tigase.util.SimpleCache
-
- SimpleHandler - Interface in tigase.xml
-
SimpleHandler - parser handler interface for event driven
parser.
- SimpleParser - Class in tigase.xml
-
SimpleParser - implementation of SAX parser.
- SimpleParser() - Constructor for class tigase.xml.SimpleParser
-
- SimpleParser.EntityType - Enum in tigase.xml
-
- SimpleParser.ParserState - Class in tigase.xml
-
- SimpleParser.State - Enum in tigase.xml
-
- singleFirst - Static variable in class gnu.inet.encoding.Composition
-
- singleFirstStart - Static variable in class gnu.inet.encoding.Composition
-
- singleSecond - Static variable in class gnu.inet.encoding.Composition
-
- singleSecondStart - Static variable in class gnu.inet.encoding.Composition
-
- SingletonFactory - Class in tigase.xml
-
SingletonFactory provides a way to use only one instance of
SimpleParser in all your code.
- SingletonFactory() - Constructor for class tigase.xml.SingletonFactory
-
- size() - Method in class tigase.collections.TwoHashBidiMap
-
- size() - Method in class tigase.util.SimpleCache
-
- SizedCache<K,V> - Class in tigase.util
-
Describe class SizedCache here.
- SizedCache(int) - Constructor for class tigase.util.SizedCache
-
- sort(Certificate[]) - Static method in class tigase.cert.CertificateUtil
-
- sort(List<Certificate>) - Static method in class tigase.cert.CertificateUtil
-
- SP_STARTS_WITH - Static variable in class tigase.util.JDBCAbstract
-
Deprecated.
Field description
- Spi() - Constructor for class tigase.util.VMPCRandom.Spi
-
- srv_cache - Static variable in class tigase.util.DNSResolver
-
Deprecated.
Field description
- srv_cache - Static variable in class tigase.util.DNSResolverDefault
-
- startElement(StringBuilder, StringBuilder[], StringBuilder[]) - Method in class tigase.xml.DomBuilderHandler
-
- startElement(StringBuilder, StringBuilder[], StringBuilder[]) - Method in interface tigase.xml.SimpleHandler
-
- startElement(StringBuilder, StringBuilder[], StringBuilder[]) - Method in class tigase.xml.XMLFormatter
-
Describe startElement method here.
- storeCertificate(String, CertificateEntry) - Static method in class tigase.cert.CertificateUtil
-
- stringArrayToString(String[], String) - Static method in class tigase.util.StringUtilities
-
Concatenate all elements of input array inserting separator between each
- Stringprep - Class in gnu.inet.encoding
-
This class offers static methods for preparing internationalized
strings.
- Stringprep() - Constructor for class gnu.inet.encoding.Stringprep
-
- STRINGPREP_PROCESSOR - Static variable in class tigase.util.XMPPStringPrepFactory
-
Field description
- STRINGPREP_PROCESSOR_PROP_KEY - Static variable in class tigase.util.XMPPStringPrepFactory
-
Field description
- STRINGPREP_PROCESSORS - Static variable in class tigase.util.XMPPStringPrepFactory
-
Field description
- StringprepException - Exception in gnu.inet.encoding
-
Exception handling for StringPrep class.
- StringprepException(String) - Constructor for exception gnu.inet.encoding.StringprepException
-
- stringToArrayOfString(String, String) - Static method in class tigase.util.StringUtilities
-
Split string into an Array of Strings using provided splitter, output array
is interned
- StringUtilities - Class in tigase.util
-
Class with string utilities, mostly helping with canonical representation of
String
- StringUtilities() - Constructor for class tigase.util.StringUtilities
-
- SUPPORTED_TYPE - Static variable in class tigase.form.SignatureCalculator
-
- sync() - Method in class tigase.xml.db.XMLDB
-
Performs synchronization with the file
- Telnet - Class in tigase.util
-
Describe class Telnet here.
- Telnet() - Constructor for class tigase.util.Telnet
-
Creates a new Telnet instance.
- Telnet(Socket, String) - Constructor for class tigase.util.Telnet
-
- tigase.annotations - package tigase.annotations
-
- tigase.cert - package tigase.cert
-
- tigase.collections - package tigase.collections
-
- tigase.criteria - package tigase.criteria
-
- tigase.form - package tigase.form
-
- tigase.util - package tigase.util
-
- tigase.xml - package tigase.xml
-
Simple XML parser implementation.
- tigase.xml.db - package tigase.xml.db
-
This package contains implementation of simple data base stored in
XML file.
- tigase.xmpp - package tigase.xmpp
-
- TIGASE_PRIMARY_ADDRESS - Static variable in interface tigase.util.DNSResolverIfc
-
- TIGASE_RESOLVER_CLASS - Static variable in class tigase.util.DNSResolverFactory
-
- TIGASE_SECONDARY_ADDRESS - Static variable in interface tigase.util.DNSResolverIfc
-
- TigaseStringprepException - Exception in tigase.util
-
- TigaseStringprepException() - Constructor for exception tigase.util.TigaseStringprepException
-
Creates a new instance of TigaseStringprepException without detail message.
- TigaseStringprepException(String) - Constructor for exception tigase.util.TigaseStringprepException
-
Constructs an instance of TigaseStringprepException with the specified detail message.
- TigaseStringprepException(String, Throwable) - Constructor for exception tigase.util.TigaseStringprepException
-
- time - Variable in class tigase.util.CacheObject
-
- title - Variable in class tigase.form.AbstractForm
-
- toASCII(String) - Static method in class gnu.inet.encoding.IDNA
-
Converts a Unicode string to ASCII using the procedure in RFC3490
section 4.1.
- toASCII(String, boolean, boolean) - Static method in class gnu.inet.encoding.IDNA
-
Converts a Unicode string to ASCII using the procedure in RFC3490
section 4.1.
- TODO - Annotation Type in tigase.annotations
-
TODO this is information for developers that there is still
something to do with annotated code.
- TODO.Severity - Enum in tigase.annotations
-
This enumeration defines importance levels for code change which is
expected to be made for annotated element.
- toElement() - Method in class tigase.xmpp.RSM
-
- TOO_LONG - Static variable in exception gnu.inet.encoding.IDNAException
-
- toString() - Method in class tigase.cert.CertificateEntry
-
- toString() - Method in enum tigase.form.Field.FieldType
-
- toString() - Method in class tigase.form.Field
-
- toString() - Method in class tigase.form.Fields
-
- toString() - Method in class tigase.form.Form
-
- toString() - Method in class tigase.util.DNSEntry
-
Returns string interpretation of the DNS entry
- toString() - Method in class tigase.xml.CData
-
- toString() - Method in enum tigase.xml.db.Types.DataType
-
- toString() - Method in class tigase.xml.db.XMLDB
-
- toString() - Method in class tigase.xml.Element
-
- toString(StringBuilder) - Method in class tigase.xml.Element
-
- toString(String, String) - Static method in class tigase.xmpp.BareJID
-
A utility method to construct a String representing user JID from
given parameters.
- toString(String, String, String) - Static method in class tigase.xmpp.BareJID
-
A utility method to construct a String representing user JID from
given parameters.
- toString(BareJID, String) - Static method in class tigase.xmpp.BareJID
-
A utility method to construct a String representing user JID from
given parameters.
- toString() - Method in class tigase.xmpp.BareJID
-
Method returns a String representation of the
BareJID instance.
- toString() - Method in class tigase.xmpp.JID
-
Method returns a String representation of the JID
instance.
- toStringNoChildren() - Method in class tigase.xml.Element
-
- toStringPretty() - Method in class tigase.xml.CData
-
- toStringPretty() - Method in class tigase.xml.Element
-
- toStringPretty() - Method in interface tigase.xml.XMLNodeIfc
-
- toStringSecure() - Method in class tigase.xml.CData
-
- toStringSecure() - Method in class tigase.xml.Element
-
- toStringSecure(StringBuilder) - Method in class tigase.xml.Element
-
- toStringSecure() - Method in interface tigase.xml.XMLNodeIfc
-
- toUnicode(String) - Static method in class gnu.inet.encoding.IDNA
-
Converts an ASCII-encoded string to Unicode.
- toUnicode(String, boolean, boolean) - Static method in class gnu.inet.encoding.IDNA
-
Converts an ASCII-encoded string to Unicode.
- translateAll(String, String[], String[]) - Static method in class tigase.xml.XMLUtils
-
- TwoHashBidiMap<K,V> - Class in tigase.collections
-
- TwoHashBidiMap() - Constructor for class tigase.collections.TwoHashBidiMap
-
- type - Variable in class tigase.form.AbstractForm
-
- TYPE - Static variable in class tigase.xml.db.DBElement
-
Field description
- Types - Class in tigase.xml.db
-
Describe class Types here.
- Types() - Constructor for class tigase.xml.db.Types
-
- Types.DataType - Enum in tigase.xml.db
-
Describe class DataType here.
- validateCertificate(Certificate[], KeyStore, boolean) - Static method in class tigase.cert.CertificateUtil
-
- VALUE - Static variable in class tigase.xml.db.DBElement
-
Field description
- valueOf(String) - Static method in enum tigase.annotations.TODO.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tigase.cert.CertCheckResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tigase.form.Field.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tigase.xml.db.Types.DataType
-
Returns the enum constant of this type with the specified name.
- valueof(String) - Static method in enum tigase.xml.db.Types.DataType
-
- valueOf(String) - Static method in enum tigase.xml.SimpleParser.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tigase.xml.SimpleParser.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tigase.annotations.TODO.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tigase.cert.CertCheckResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class tigase.collections.TwoHashBidiMap
-
- values() - Static method in enum tigase.form.Field.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class tigase.util.SimpleCache
-
- values() - Static method in enum tigase.xml.db.Types.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tigase.xml.SimpleParser.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tigase.xml.SimpleParser.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(JID, Element) - Method in class tigase.form.FormSignatureVerifier
-
Verify signature of given form.
- verify(JID, Element, FormSignatureVerifier.SignatureVerifyHandler) - Method in class tigase.form.FormSignatureVerifier
-
Verify signature of given form.
- verify(JID, Form) - Method in class tigase.form.FormSignatureVerifier
-
Verify signature of given form.
- verify(JID, Form, FormSignatureVerifier.SignatureVerifyHandler) - Method in class tigase.form.FormSignatureVerifier
-
Verify signature of given form.
- verifyCertificateForDomain(X509Certificate, String) - Static method in class tigase.cert.CertificateUtil
-
Method used to verify if certificate if valid for particular domain
(if domain matches CN or ALT of certificate)
- verifyCertificateForHostname(String, X509Certificate) - Static method in class tigase.cert.CertificateUtil
-
- verifyCertificateForIp(String, X509Certificate) - Static method in class tigase.cert.CertificateUtil
-
- version() - Static method in class tigase.util.Telnet
-
- VMPCRandom - Class in tigase.util
-
Describe class VMPCRandom here.
- VMPCRandom() - Constructor for class tigase.util.VMPCRandom
-
- VMPCRandom.Spi - Class in tigase.util
-