$ A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
$
- $main(String[]) - Static method in class tigase.util.Algorithms
-
Describe
mainmethod here.
A
- AbstractForm - Class in tigase.form
-
Created: 2007-05-27 11:41:02
- AbstractForm(String, String, String) - Constructor for class tigase.form.AbstractForm
- AbstractForm(Element) - Constructor for class tigase.form.AbstractForm
- ACE_PREFIX - Static variable in class gnu.inet.encoding.IDNA
- adapt(int, int, boolean) - Static method in class gnu.inet.encoding.Punycode
- add(E) - Method in class tigase.collections.CircularFifoQueue
- add(Criteria) - Method in interface tigase.criteria.Criteria
- add(Criteria) - Method in class tigase.criteria.ElementCriteria
- add(Criteria) - Method in class tigase.criteria.Or
- addAll(Collection<? extends E>) - Method in class tigase.collections.CircularFifoQueue
- addEmptyFields(Form) - Method in class tigase.form.SignatureCalculator
- addField(Field) - Method in class tigase.form.Fields
- addField(Field) - Method in class tigase.form.Form
- addItem(Fields) - Method in class tigase.form.MultiItemForm
- additionalParameterSupplier(Supplier<List<CommandlineParameter>>) - Method in class tigase.util.ui.console.Task.Builder
- addOption(CommandlineParameter) - Method in class tigase.util.ui.console.ParameterParser
-
Adds
CommandlineParameterto list of available parameters - addOptions(List<CommandlineParameter>) - Method in class tigase.util.ui.console.ParameterParser
-
Add collection of
CommandlineParameterto available options. - Algorithms - Class in tigase.util
-
Describe class Algorithms here.
- assignedTo() - Method in annotation type tigase.annotations.TODO
-
assignedToproperty allows you to assign developer for the code change described by this annotation. - averageCompressionRate() - Method in class tigase.util.ZLibWrapper
- averageDecompressionRate() - Method in class tigase.util.ZLibWrapper
B
- BAD_INPUT - Static variable in exception gnu.inet.encoding.PunycodeException
- BareJID - Class in tigase.xmpp.jid
-
Instance of the
BareJIDclass holds a single, bare JID. - bareJIDInstance(String) - Static method in class tigase.xmpp.jid.BareJID
-
The method creates an instance of the
BareJIDclass. - bareJIDInstance(String, String) - Static method in class tigase.xmpp.jid.BareJID
-
The method creates an instance of the
BareJIDclass. - bareJIDInstanceNS(String) - Static method in class tigase.xmpp.jid.BareJID
-
The method creates an instance of the
BareJIDclass. - bareJIDInstanceNS(String, String) - Static method in class tigase.xmpp.jid.BareJID
-
The method creates an instance of the
BareJIDclass. - Base64 - Class in tigase.util
- Base64() - Constructor for class tigase.util.Base64
- BETA - tigase.util.Version.TYPE
- BIDI_BOTHRAL - Static variable in exception gnu.inet.encoding.StringprepException
- BIDI_LTRAL - Static variable in exception gnu.inet.encoding.StringprepException
- BidiMap<K,V> - Interface in tigase.collections
- bool - tigase.form.Field.FieldType
- BUGFIX - tigase.util.Version.FIELD
- build() - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Creates a concrete
CommandlineParameterfrom particular builder - build() - Method in class tigase.util.ui.console.Task.Builder
- build() - Method in class tigase.util.Version.Builder
- BUILD - tigase.util.Version.FIELD
- Builder() - Constructor for class tigase.util.ui.console.Task.Builder
- Builder(int, int, int) - Constructor for class tigase.util.Version.Builder
- Builder(String, String) - Constructor for class tigase.util.ui.console.CommandlineParameter.Builder
-
Constructs a
CommandlineParameterbuilder. - Builder(Version) - Constructor for class tigase.util.Version.Builder
- bytesToHex(byte[]) - Static method in class tigase.util.Algorithms
C
- c - Static variable in class gnu.inet.encoding.CombiningClass
- cache_off - Variable in class tigase.util.cache.SimpleCache
- CacheObject<V> - Class in tigase.util.cache
-
Describe class CacheObject here.
- CacheObject() - Constructor for class tigase.util.cache.CacheObject
- calcDiff(Collection<T>, Collection<T>) - Method in class tigase.util.ListDiffCalculator
- calcDiff(T[], T[]) - Method in class tigase.util.ListDiffCalculator
- calculateSignature(JID, Form) - Method in class tigase.form.SignatureCalculator
-
Calculate signature of given form.
- 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
- CertificateGenerator - Interface in tigase.cert
- CertificateGeneratorFactory - Class in tigase.cert
- CertificateGeneratorFactory() - Constructor for class tigase.cert.CertificateGeneratorFactory
- CertificateUtil - Class in tigase.cert
-
Created: Sep 22, 2010 3:09:01 PM
- CertificateUtil() - Constructor for class tigase.cert.CertificateUtil
- CertificateUtil.KeyPairSupplier - Interface in tigase.cert
- checkBufferLimit(int) - Method in interface tigase.util.IOListener
- checkConnection() - Method in class tigase.util.JDBCAbstract
-
Deprecated.
checkConnectionmethod checks database connection before any query. - checkNickName(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
checkNickNamemethod checks whether given string is a valid nick name: not null, not zero length, doesn't contain invalid characters. - CircularFifoQueue<E> - Class in tigase.collections
- CircularFifoQueue(int, Consumer<E>) - Constructor for class tigase.collections.CircularFifoQueue
- 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
-
ClassUtilfile 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.cache.LRUConcurrentCache
- clear() - Method in class tigase.util.cache.SimpleCache
- 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
- CommandlineParameter - Class in tigase.util.ui.console
- CommandlineParameter.Builder - Class in tigase.util.ui.console
-
Creates a
CommandlineParameterbuilder - COMMIT - tigase.util.Version.FIELD
- compare(Class, Class) - Method in class tigase.util.ClassComparator
-
Method
compareis used to perform - compare(Object, Object) - Method in class tigase.util.ObjectComparator
-
Describe
comparemethod here. - compareTo(Field) - Method in class tigase.form.Field
- compareTo(Version) - Method in class tigase.util.Version
- compareTo(BareJID) - Method in class tigase.xmpp.jid.BareJID
-
Method compares the
BareJIDinstance to the object given as a parameter. - compareTo(JID) - Method in class tigase.xmpp.jid.JID
-
Method compares the
JIDinstance with a given object. - COMPONENT - tigase.util.Version.FIELD
- 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(String) - Method in class tigase.util.ZLibWrapper
- compress(ByteBuffer) - Method in class tigase.util.ZLibWrapper
- COMPRESSED_BUFF_SIZE - Static variable in class tigase.util.ZLibWrapper
- ConsoleIfc - Interface in tigase.util.ui.console
- 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.cache.SimpleCache
- containsKey(K) - Method in class tigase.util.cache.LRUConcurrentCache
- containsValue(Object) - Method in class tigase.collections.TwoHashBidiMap
- containsValue(Object) - Method in class tigase.util.cache.SimpleCache
- copyValuesFrom(Form) - Method in class tigase.form.Form
- copyValuesFrom(Element) - Method in class tigase.form.Form
- copyWithoutResource() - Method in class tigase.xmpp.jid.JID
-
The method returns a copy of the
JIDinstance with removed resource part. - copyWithResource(String) - Method in class tigase.xmpp.jid.JID
-
The method returns a copy of the
JIDinstance with a different resource part given as a parameter. - copyWithResourceNS(String) - Method in class tigase.xmpp.jid.JID
-
The method returns a copy of the
JIDinstance with a different resource part given as a parameter. - create(BareJID) - Static method in class tigase.util.Token
- create(BareJID, Date, String) - Static method in class tigase.util.Token
- 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
-
Deprecated.
- createSelfSignedCertificate(String, String, String, String, String, String, String, CertificateUtil.KeyPairSupplier) - Static method in class tigase.cert.CertificateUtil
- Criteria - Interface in tigase.criteria
-
Created: 2007-06-20 08:03:14
- CRITICAL - tigase.annotations.TODO.Severity
-
If change severity is set to
CRITICALit means that wihtout this change some progress is not possible.
D
- data - Variable in class tigase.util.cache.CacheObject
- dataMap() - Method in class tigase.util.cache.SimpleCache
- DateTimeFormatter - Class in tigase.util.datetime
-
Deprecated.use TimestampHelper instead.
- DateTimeFormatter() - Constructor for class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- 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
- DECOMPRESSED_BUFF_SIZE - Static variable in class tigase.util.ZLibWrapper
- decompressToString(ByteBuffer) - Method in class tigase.util.ZLibWrapper
- defaultValue(String) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets default value for the parameter option
- DERBY_CONNVALID_QUERY - Static variable in class tigase.util.JDBCAbstract
-
Deprecated.
- description(String) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets the description for the parameter option
- description(String) - Method in class tigase.util.ui.console.Task.Builder
- 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.dns
-
The class defines an instance of a single DNS entry.
- DNSEntry(String, String) - Constructor for class tigase.util.dns.DNSEntry
-
Constructs DNS entry with hostname and IP to which it resolves.
- DNSEntry(String, String[]) - Constructor for class tigase.util.dns.DNSEntry
-
Constructs DNS entry with hostname and multiple IP to which it resolves.
- DNSEntry(String, String, int) - Constructor for class tigase.util.dns.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.dns.DNSEntry
-
Constructs complete SRV DNS entry.
- DNSEntry(String, String, String, int, long, int, int) - Constructor for class tigase.util.dns.DNSEntry
-
Constructs complete SRV DNS entry.
- DNSResolver - Class in tigase.util.dns
-
Deprecated.
tigase.util.DNSResolverFactory.getInstance()should be used instead - DNSResolver() - Constructor for class tigase.util.dns.DNSResolver
-
Deprecated.
- DNSResolverDefault - Class in tigase.util.dns
-
DNSResolver class for handling DNS names
- DNSResolverDefault() - Constructor for class tigase.util.dns.DNSResolverDefault
- DNSResolverFactory - Class in tigase.util.dns
- DNSResolverFactory() - Constructor for class tigase.util.dns.DNSResolverFactory
- DNSResolverIfc - Interface in tigase.util.dns
- DOCUMENTATION - tigase.annotations.TODO.Severity
-
DOCUMENTATIONseverity refers to code which should be documented.
E
- ElementCriteria - Class in tigase.criteria
-
Created: 2007-06-19 20:34:57
- ElementCriteria(String, String, String[], String[]) - Constructor for class tigase.criteria.ElementCriteria
- empty() - Static method in class tigase.criteria.ElementCriteria
- encode(byte[]) - Static method in class tigase.util.Base64
- encode(String) - Static method in class gnu.inet.encoding.Punycode
-
Punycodes a unicode string.
- end() - Method in class tigase.util.ZLibWrapper
- engineGenerateSeed(int) - Method in class tigase.util.VMPCRandom.Spi
- engineNextBytes(byte[]) - Method in class tigase.util.VMPCRandom.Spi
- engineSetSeed(byte[]) - Method in class tigase.util.VMPCRandom.Spi
- entrySet() - Method in class tigase.collections.TwoHashBidiMap
- entrySet() - Method in class tigase.util.cache.SimpleCache
- equals(Object) - Method in class tigase.util.cache.SimpleCache
- equals(Object) - Method in class tigase.util.ui.console.CommandlineParameter
- equals(Object) - Method in class tigase.util.Version
- equals(Object) - Method in class tigase.xmpp.jid.BareJID
-
Method compares whether this
BareJIDinstance represents the same user bare JID as the one given in parameter. - equals(Object) - Method in class tigase.xmpp.jid.JID
-
Method compares whether this
JIDinstance represents the same user JID as the one given in parameter. - escape(String) - Static method in class tigase.form.SignatureCalculator
- ExceptionUtilities - Class in tigase.util
- ExceptionUtilities() - Constructor for class tigase.util.ExceptionUtilities
- execute(Properties) - Method in class tigase.util.ui.console.Task
- execute(T) - Method in interface tigase.util.ui.console.Task.Executor
- expired - tigase.cert.CertCheckResult
- exportToPemFormat(CertificateEntry) - Static method in class tigase.cert.CertificateUtil
- extractCN(X500Principal) - Static method in class tigase.cert.CertificateUtil
- extractXmppAddrs(X509Certificate) - Static method in class tigase.cert.CertificateUtil
F
- Field - Class in tigase.form
-
Created: 2007-05-27 10:56:06
- Field(Element) - Constructor for class tigase.form.Field
- Field.FieldType - Enum in tigase.form
- fieldBoolean(String, Boolean, String) - Static method in class tigase.form.Field
- fieldFixed(String) - Static method in class tigase.form.Field
- fieldHidden(String, String) - Static method in class tigase.form.Field
- fieldJidMulti(String, String[], String) - Static method in class tigase.form.Field
- fieldJidSingle(String, String, String) - Static method in class tigase.form.Field
- fieldListMulti(String, String[], String, String[], String[]) - Static method in class tigase.form.Field
- fieldListSingle(String, String, String, String[], String[]) - Static method in class tigase.form.Field
- fields - Variable in class tigase.form.Form
- Fields - Class in tigase.form
- Fields() - Constructor for class tigase.form.Fields
- fieldTextMulti(String, String[], String) - Static method in class tigase.form.Field
- fieldTextMulti(String, String, String) - Static method in class tigase.form.Field
- fieldTextPrivate(String, String, String) - Static method in class tigase.form.Field
- fieldTextSingle(String, String, String) - Static method in class tigase.form.Field
- FINAL - tigase.util.Version.TYPE
- fixed - tigase.form.Field.FieldType
- Form - Class in tigase.form
-
Created: 2007-05-27 11:41:02
- Form(String, String, String) - Constructor for class tigase.form.Form
- Form(Element) - Constructor for class tigase.form.Form
- format(Date) - Method in class tigase.util.datetime.TimestampHelper
- formatDate(Date) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- formatDateTime(Date) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- formatInLegacyDelayedDelivery(Date) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- formatInLegacyDelayedDelivery(Date) - Method in class tigase.util.datetime.TimestampHelper
- formatTime(Date) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- formatWithMs(Date) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- formatWithMs(Date) - Method in class tigase.util.datetime.TimestampHelper
- FormSignatureVerifier - Class in tigase.form
- FormSignatureVerifier(String, String) - Constructor for class tigase.form.FormSignatureVerifier
- FormSignatureVerifier.SignatureVerifyHandler - Interface in tigase.form
- FormSigner - Class in tigase.form
- FormSigner(String, String, String, String) - Constructor for class tigase.form.FormSigner
- FormSignerException - Exception in tigase.form
- FormSignerException() - Constructor for exception tigase.form.FormSignerException
- FormSignerException(String) - Constructor for exception tigase.form.FormSignerException
- FormSignerException(String, Throwable) - Constructor for exception tigase.form.FormSignerException
- FormSignerException(String, Throwable, boolean, boolean) - Constructor for exception tigase.form.FormSignerException
- FormSignerException(Throwable) - Constructor for exception tigase.form.FormSignerException
- fromElement(Element) - Method in class tigase.xmpp.rsm.RSM
- function(Task.Executor<Properties>) - Method in class tigase.util.ui.console.Task.Builder
G
- generateDialbackKey(String, String, String, String) - Static method in class tigase.util.Algorithms
-
Calculates dialback key as decribed in XEP-0185 version 1.0.
- generateSelfSignedCertificate(String, String, String, String, String, String, String, KeyPair) - Method in interface tigase.cert.CertificateGenerator
- generateSelfSignedCertificate(String, String, String, String, String, String, String, KeyPair) - Method in class tigase.cert.OldSelfSignedCertificateGenerator
- get() - Method in interface tigase.cert.CertificateUtil.KeyPairSupplier
- get(Object) - Method in class tigase.collections.TwoHashBidiMap
- get(Object) - Method in class tigase.util.cache.SimpleCache
- get(String) - Method in class tigase.form.Fields
- get(String) - Method in class tigase.form.Form
- get(K) - Method in class tigase.util.cache.LRUConcurrentCache
- getAdditionalParameters() - Method in class tigase.util.ui.console.Task
- getAfter() - Method in class tigase.xmpp.rsm.RSM
- getAllFields() - Method in class tigase.form.Fields
- getAllFields() - Method in class tigase.form.Form
- getAllItems() - Method in class tigase.form.MultiItemForm
- getAsBoolean(String) - Method in class tigase.form.Fields
- getAsBoolean(String) - Method in class tigase.form.Form
- getAsBoolean(Field) - Static method in class tigase.form.Field
- 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
- getBareJID() - Method in class tigase.xmpp.jid.JID
-
Method returns
BareJIDinstance for this JID. - getBaseVersion() - Method in class tigase.util.Version
- getBefore() - Method in class tigase.xmpp.rsm.RSM
- getBuff() - Method in class tigase.util.Token
- getBugfix() - Method in class tigase.util.Version
- getBuild() - Method in class tigase.util.Version
- 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
- getClassesFromClassPath() - Static method in class tigase.util.ClassUtil
- getClassesFromClassPath(Predicate<String>) - Static method in class tigase.util.ClassUtil
- getClassesFromNames(Set<String>) - Static method in class tigase.util.ClassUtil
- getClassesFromNames(Set<String>, Predicate<String>) - Static method in class tigase.util.ClassUtil
- getClassesImplementing(Collection<Class<?>>, T) - Static method in class tigase.util.ClassUtil
- getClassesImplementing(T) - Static method in class tigase.util.ClassUtil
- getClassNameFromFileName(String) - Static method in class tigase.util.ClassUtil
- getClassNamesFromDir(File) - Static method in class tigase.util.ClassUtil
- getClassNamesFromJar(File) - Static method in class tigase.util.ClassUtil
- getCommit() - Method in class tigase.util.Version
- getCount() - Method in class tigase.xmpp.rsm.RSM
- getDefaultHost() - Method in class tigase.util.dns.DNSResolverDefault
- getDefaultHost() - Method in interface tigase.util.dns.DNSResolverIfc
-
Method provides default host information for the installation.
- getDefaultHostname() - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Method returns default host name associated with this host.
- getDefaultHosts() - Method in class tigase.util.dns.DNSResolverDefault
- getDefaultHosts() - Method in interface tigase.util.dns.DNSResolverIfc
-
Method provides an array of all local host informations, by default it contains defaultHost.
- getDefaultValue() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves default value for this parameter option
- getDefaultXMPPStringPrep() - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used by the Tigase server.
- getDefHostNames() - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Method returns names associated with this host.
- getDescription() - Method in class tigase.form.Field
- getDescription() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves description for this parameter option
- getDescription() - Method in class tigase.util.ui.console.Task
- getDnsResultHost() - Method in class tigase.util.dns.DNSEntry
-
Returns the domain name for which this record is valid
- getDomain() - Method in class tigase.xmpp.jid.BareJID
-
Method returns a domain part of the
BareJID. - getDomain() - Method in class tigase.xmpp.jid.JID
-
Method returns a domain part of the
JIDinstance. - getElement() - Method in class tigase.form.AbstractForm
- getElement() - Method in class tigase.form.Field
- getElement() - Method in class tigase.form.Form
- getElement() - Method in class tigase.form.MultiItemForm
- getElement(boolean, boolean) - Method in class tigase.form.Field
- getEmptyXMPPStringPrep() - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used by the Tigase server.
- getEncoded() - Method in class tigase.util.Token
- getExceptionRootCause(Exception, boolean) - Static method in class tigase.util.ExceptionUtilities
- getFieldTypeByName(String) - Static method in enum tigase.form.Field.FieldType
- getFileListDeep(File) - Static method in class tigase.util.ClassUtil
- getFirst() - Method in class tigase.xmpp.rsm.RSM
- getFullName() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves full name for this parameter option
- getFullName(boolean) - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves full name for this parameter option
- getGenerator() - Static method in class tigase.cert.CertificateGeneratorFactory
- getHash() - Method in class tigase.util.Token
- getHelp() - Method in class tigase.util.ui.console.ParameterParser
-
Generates help output with default instruction.
- getHelp(String) - Method in class tigase.util.ui.console.ParameterParser
- getHostIP(String) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Resolve IP address for the given
hostname - getHostIP(String) - Method in interface tigase.util.dns.DNSResolverIfc
-
Resolve IP address for the given
hostname - getHostIPs(String) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Resolve all IP addresses for the given
hostname - getHostIPs(String) - Method in class tigase.util.dns.DNSResolverDefault
-
Resolve all IP addresses for the given
hostname - getHostIPs(String) - Method in interface tigase.util.dns.DNSResolverIfc
-
Resolve all IP addresses for the given
hostname - getHostname() - Method in class tigase.util.dns.DNSEntry
-
Returns the canonical hostname of the machine providing the service.
- getHostSRV_Entries(String) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Retrieves list of SRV DNS entries for given
hostname. - getHostSRV_Entries(String) - Method in interface tigase.util.dns.DNSResolverIfc
-
Retrieves list of SRV DNS entries for given
hostname. - getHostSRV_Entries(String, String, int) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Retrieves list of DNS entries for given
hostname. - getHostSRV_Entries(String, String, int) - Method in class tigase.util.dns.DNSResolverDefault
- getHostSRV_Entries(String, String, int) - Method in interface tigase.util.dns.DNSResolverIfc
-
Retrieves list of DNS entries for given
hostname. - getHostSRV_Entry(String) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Retrieves service DNS entry with highest priority for given
hostname. - getHostSRV_Entry(String) - Method in interface tigase.util.dns.DNSResolverIfc
-
Retrieves service DNS entry with highest priority for given
hostname. - getHostSRV_Entry(String, String, int) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Retrieves list of DNS entries for given
hostname. - getHostSRV_Entry(String, String, int) - Method in interface tigase.util.dns.DNSResolverIfc
-
Retrieves list of DNS entries for given
hostname. - getHostSRV_IP(String) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.Returns
IP addressof the machine providing the service. - getHostSRV_IP(String) - Method in interface tigase.util.dns.DNSResolverIfc
-
Returns
IP addressof the machine providing the service. - getHourNow() - Static method in class tigase.util.datetime.TimeUtils
- getId() - Method in enum tigase.util.Version.TYPE
- getImplementations(Class<T>) - Static method in class tigase.util.ClassUtil
- getIndex() - Method in class tigase.xmpp.rsm.RSM
- getInstance() - Static method in class tigase.util.dns.DNSResolverFactory
- getInstruction() - Method in class tigase.form.AbstractForm
- getInstruction() - Method in class tigase.form.Form
- getIp() - Method in class tigase.util.dns.DNSEntry
-
Returns
IP addressof the machine providing the service. - getIps() - Method in class tigase.util.dns.DNSEntry
-
Returns array containing all
IP addresseson which service is available (in case hostname resolves to multiple IPs) - getJid() - Method in class tigase.util.Token
- getJID(String, String, String) - Static method in class tigase.util.JIDUtils
-
Deprecated.
getJIDmethod 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
- getKeySpec() - Method in class tigase.cert.RSAPrivateKeyDecoder
- getLabel() - Method in class tigase.form.Field
- getLast() - Method in class tigase.xmpp.rsm.RSM
- getLibIDNXMPPStringPrep() - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used by the Tigase server.
- getLocalpart() - Method in class tigase.xmpp.jid.BareJID
-
Method returns a localpart (nickname) of the
BareJID. - getLocalpart() - Method in class tigase.xmpp.jid.JID
-
Method a localpart (nickname) of the
JIDinstance. - getMajor() - Method in class tigase.util.Version
- getMax() - Method in class tigase.xmpp.rsm.RSM
- getMinor() - Method in class tigase.util.Version
- getMinuteNow() - Static method in class tigase.util.datetime.TimeUtils
- getName() - Method in class tigase.util.ui.console.Task
- getNodeHost(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.Method
getNodeHostparses given JIDUtils and returns node domain part. - getNodeHostIP(String) - Static method in class tigase.util.JIDUtils
-
Deprecated.Method
getNodeHostIPparses 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
getNodeIDcuts 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
getNodeNickparses 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
getNodeIDparses 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
- getOptionByLetter(String) - Method in class tigase.util.ui.console.ParameterParser
-
Returns
CommandlineParameterthat matches passed parameter - getOptionByName(String) - Method in class tigase.util.ui.console.ParameterParser
-
Returns
CommandlineParameterthat matches passed parameter - getOptionLabels() - Method in class tigase.form.Field
- getOptions() - Method in class tigase.util.ui.console.ParameterParser
-
Retrieves List with all defined
CommandlineParameteroptions - getOptions(Predicate<? super CommandlineParameter>) - Method in class tigase.util.ui.console.ParameterParser
-
Retrieves List with all defined
CommandlineParameteroptions that matches passed Predicate - getOptionsNames(Predicate<? super CommandlineParameter>) - Method in class tigase.util.ui.console.ParameterParser
-
Retrieves List with all defined
CommandlineParameteroptions names that matches passed Predicate - getOptionValues() - Method in class tigase.form.Field
- getPort() - Method in class tigase.util.dns.DNSEntry
-
Returns the TCP or UDP port on which the service is to be found
- getPrimaryHost() - Method in class tigase.util.dns.DNSResolverDefault
- getPriority() - Method in class tigase.util.dns.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
- getRandom() - Method in class tigase.util.Token
- getResource() - Method in class tigase.xmpp.jid.JID
-
Method a resource part of the
JIDinstance. - getResourceUri() - Method in class tigase.util.JDBCAbstract
-
Deprecated.
getResourceUrimethod returns database connection string. - getSecondaryHost() - Method in class tigase.util.dns.DNSResolverDefault
- getSecondaryHost() - Method in interface tigase.util.dns.DNSResolverIfc
-
Method provides alternative host information for the current instance.
- getSelectionOptions() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves list of possible selection options for this parameter option
- getSimpleXMPPStringPrep() - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
-
Factory method for creating and returning stringprep implementation used by the Tigase server.
- getSingleLetter() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves single letter identification for this parameter option
- getSingleLetter(boolean) - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves single letter identification for this parameter option
- getTask() - Method in class tigase.util.ui.console.ParameterParser
- getTimestamp() - Method in class tigase.util.Token
- getTitle() - Method in class tigase.form.AbstractForm
- getTitle() - Method in class tigase.form.Form
- getTtl() - Method in class tigase.util.dns.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
- getType() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrives expected class of a parameter
- getTypeNumber() - Method in class tigase.util.Version
- getTypeOrElse(String) - Method in class tigase.form.AbstractForm
- getTypeOrElse(String) - Method in class tigase.form.Form
- getValue() - Method in class tigase.form.Field
- getValue() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves stored value for this parameter option
- getValueDependentParameters() - Method in class tigase.util.ui.console.CommandlineParameter
- getValues() - Method in class tigase.form.Field
- getVar() - Method in class tigase.form.Field
- getVersionType() - Method in class tigase.util.Version
- getWeight() - Method in class tigase.util.dns.DNSEntry
-
Returns relative weight for records with the same priority.
- getXMPPStringPrep(String) - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
- gnu.inet.encoding - package gnu.inet.encoding
H
- h(byte[]) - Method in class tigase.form.SignatureCalculator
- hasBefore() - Method in class tigase.xmpp.rsm.RSM
- hashCode() - Method in class tigase.util.cache.SimpleCache
- hashCode() - Method in class tigase.util.ui.console.CommandlineParameter
- hashCode() - Method in class tigase.util.Version
- hashCode() - Method in class tigase.xmpp.jid.BareJID
-
Method returns a hash code calculated for the
BareJIDinstance. - hashCode() - Method in class tigase.xmpp.jid.JID
-
Method returns a hash code calculated for the
JIDinstance. - hasValueDependentParameters() - Method in class tigase.util.ui.console.CommandlineParameter
- help() - Static method in class tigase.util.Telnet
- hexDigest(String, String, String) - Static method in class tigase.util.Algorithms
-
This method encodes data using digest algorithm described in JEP-0078 documentation.
- hidden - tigase.form.Field.FieldType
- hmac(SecretKey, byte[]) - Static method in class tigase.form.SignatureCalculator
I
- i - Static variable in class gnu.inet.encoding.CombiningClass
- ID_ON_XMPPADDR - Static variable in class tigase.cert.CertificateUtil
- IDNA - Class in gnu.inet.encoding
-
This class offers static methods for converting internationalized domain names to ACE and back.
- IDNA() - Constructor for class gnu.inet.encoding.IDNA
- IDNAException - Exception in gnu.inet.encoding
-
Exception handling for IDNA class.
- IDNAException(PunycodeException) - Constructor for exception gnu.inet.encoding.IDNAException
- IDNAException(StringprepException) - Constructor for exception gnu.inet.encoding.IDNAException
- IDNAException(String) - Constructor for exception gnu.inet.encoding.IDNAException
- IMPORTANT - tigase.annotations.TODO.Severity
-
IMPORTANTseverity means that this code does not block implementation of any functionality but might be inefficient, insecure or contain some temporary solution.
IMPORTANTseverity can be also assigned to code which needs some medium or major refactoring. - increment(Version.FIELD, int) - Method in class tigase.util.Version
-
Method increments given field by the specified amount
- incrementableFields - Static variable in class tigase.util.Version
- initPreparedStatements() - Method in class tigase.util.JDBCAbstract
-
Deprecated.
initPreparedStatementsmethod initializes internal database connection variables such as prepared statements. - initRepository(String, Map<String, String>) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
initRepositorymethod is doing lazy initialization with database. - instruction - Variable in class tigase.form.AbstractForm
- intArrayToString(int[], String) - Static method in class tigase.util.StringUtilities
-
Concatenate all elements of input array inserting separator between each
- internStringArray(String[]) - Static method in class tigase.util.StringUtilities
-
Process all strings of an array using .intern()
- invalid - tigase.cert.CertCheckResult
- IOListener - Interface in tigase.util
- ip_cache - Static variable in class tigase.util.dns.DNSResolver
-
Deprecated.
- ip_cache - Static variable in class tigase.util.dns.DNSResolverDefault
- is(String) - Method in class tigase.form.Fields
- is(String) - Method in class tigase.form.Form
- isBasic(char) - Static method in class gnu.inet.encoding.Punycode
- isEmpty() - Method in class tigase.collections.TwoHashBidiMap
- isEmpty() - Method in class tigase.util.cache.SimpleCache
- isExpired(X509Certificate) - Static method in class tigase.cert.CertificateUtil
- isFormSigned(Form) - Method in class tigase.form.FormSignatureVerifier
- isHostValid(String) - Static method in class tigase.util.dns.DNSResolverDefault
- isInteractiveMode() - Method in class tigase.util.ui.console.ParameterParser
- isMethodSupported(String) - Method in class tigase.form.SignatureCalculator
- isRequireArguments() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves information whether this parameter option requires arguments
- isRequired() - Method in class tigase.form.Field
- isRequired() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves information whether this parameter option is required
- isSecret() - Method in class tigase.util.ui.console.CommandlineParameter
-
Retrieves information whether this parameter option is secret
- isSelfSigned(X509Certificate) - Static method in class tigase.cert.CertificateUtil
- isType(String) - Method in class tigase.form.AbstractForm
- isType(String) - Method in class tigase.form.Form
- isUseUTC() - Method in class tigase.util.datetime.TimestampHelper
- isZero() - Method in class tigase.util.Version
- iterator() - Method in class tigase.collections.CircularFifoQueue
J
- JDBC_CONNVALID_QUERY - Static variable in class tigase.util.JDBCAbstract
-
Deprecated.
- JDBCAbstract - Class in tigase.util
-
Deprecated.
- JDBCAbstract() - Constructor for class tigase.util.JDBCAbstract
-
Deprecated.
- JID - Class in tigase.xmpp.jid
-
The class defines an instance of a single XMPP JID identifier.
- jid_multi - tigase.form.Field.FieldType
- jid_single - tigase.form.Field.FieldType
- jidInstance(String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using a JID parameter given as aStringinstance. - jidInstance(String, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenStringparameters. - jidInstance(String, String, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenStringparameters. - jidInstance(BareJID) - Static method in class tigase.xmpp.jid.JID
-
Creates a new
JIDinstance using givenBareJIDinstance as a parameter. - jidInstance(BareJID, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part. - jidInstanceNS(String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using a JID parameter given as aStringinstance. - jidInstanceNS(String, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenStringparameters. - jidInstanceNS(String, String, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenStringparameters. - jidInstanceNS(BareJID) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part. - jidInstanceNS(BareJID, String) - Static method in class tigase.xmpp.jid.JID
-
Constructs a new
JIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part. - jidToBareJID(String) - Static method in class tigase.xmpp.jid.BareJID
-
A utility method to strip the resource part from the given JID string.
- JIDUtils - Class in tigase.util
-
Deprecated.replaced by tigase.xmpp.JID
- JIDUtils() - Constructor for class tigase.util.JIDUtils
-
Deprecated.
K
- k - Static variable in class gnu.inet.encoding.DecompositionKeys
- key(byte[]) - Method in class tigase.form.SignatureCalculator
- keySet() - Method in class tigase.collections.TwoHashBidiMap
- keySet() - Method in class tigase.util.cache.SimpleCache
L
- lastCompressionRate() - Method in class tigase.util.ZLibWrapper
- lastDecompressionRate() - Method in class tigase.util.ZLibWrapper
- limit() - Method in class tigase.collections.CircularFifoQueue
- limit() - Method in class tigase.util.cache.LRUConcurrentCache
- list_multi - tigase.form.Field.FieldType
- list_single - tigase.form.Field.FieldType
- ListDiffCalculator - Class in tigase.util
-
Created by bmalkow on 19.12.2016.
- ListDiffCalculator() - Constructor for class tigase.util.ListDiffCalculator
- loadCertificate(byte[]) - Static method in class tigase.cert.CertificateUtil
-
Loads a certificate from a DER byte buffer.
- loadCertificate(File) - Static method in class tigase.cert.CertificateUtil
- loadCertificate(String) - Static method in class tigase.cert.CertificateUtil
- loadPrivateKeyFromDER(File) - Static method in class tigase.cert.CertificateUtil
- log - Variable in class tigase.form.AbstractForm
- log - Variable in class tigase.form.Fields
- log - Static variable in interface tigase.util.dns.DNSResolverIfc
- LRUConcurrentCache<K,V> - Class in tigase.util.cache
- LRUConcurrentCache(int) - Constructor for class tigase.util.cache.LRUConcurrentCache
M
- m - Static variable in class gnu.inet.encoding.DecompositionMappings
- main(String[]) - Static method in class tigase.cert.CertificateUtil
- main(String[]) - Static method in class tigase.form.Field
- main(String[]) - Static method in class tigase.form.Main
- main(String[]) - Static method in class tigase.form.MultiItemForm
- main(String[]) - Static method in class tigase.util.dns.DNSResolver
-
Deprecated.
mainmethod outputting various information about hostnames - main(String[]) - Static method in class tigase.util.dns.DNSResolverDefault
-
mainmethod outputting various information about hostnames - main(String[]) - Static method in class tigase.util.stringprep.XMPPStringPrepFactory
- main(String[]) - Static method in class tigase.util.Telnet
-
Describe
mainmethod here. - main(String[]) - Static method in class tigase.util.ui.console.ParameterParser
- main(String[]) - Static method in class tigase.util.ZLibWrapper
- Main - Class in tigase.form
- Main() - Constructor for class tigase.form.Main
- MAJOR - tigase.util.Version.FIELD
- match(String, String) - Static method in class tigase.cert.CertificateUtil
-
Checks if hostname matches name or wildcard
- match(Element) - Method in interface tigase.criteria.Criteria
- match(Element) - Method in class tigase.criteria.ElementCriteria
- match(Element) - Method in class tigase.criteria.Or
- MINOR - tigase.util.Version.FIELD
- multiFirst - Static variable in class gnu.inet.encoding.Composition
- MultiItemForm - Class in tigase.form
- MultiItemForm() - Constructor for class tigase.form.MultiItemForm
- MultiItemForm(String) - Constructor for class tigase.form.MultiItemForm
- MultiItemForm(Form) - Constructor for class tigase.form.MultiItemForm
- MultiItemForm(Element) - Constructor for class tigase.form.MultiItemForm
- multiSecondStart - Static variable in class gnu.inet.encoding.Composition
N
- name(String) - Static method in class tigase.criteria.ElementCriteria
- name(String) - Method in class tigase.util.ui.console.Task.Builder
- name(String, String) - Static method in class tigase.criteria.ElementCriteria
- name(String, String[], String[]) - Static method in class tigase.criteria.ElementCriteria
- name(String, String, String[], String[]) - Static method in class tigase.criteria.ElementCriteria
- nameprep(String) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a name according to the Stringprep profile defined in RFC3491.
- nameprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepEmpty
- nameprep(String) - Method in interface tigase.util.stringprep.XMPPStringPrepIfc
-
JID's domain part stringprep processing.
- nameprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepSimple
- nameprep(String, boolean) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a name according to the Stringprep profile defined in RFC3491.
- nameType(String, String) - Static method in class tigase.criteria.ElementCriteria
- NFKC - Class in gnu.inet.encoding
-
This class offers static methods for Unicode NFKC string normalization.
- NFKC() - Constructor for class gnu.inet.encoding.NFKC
- nodeprep(String) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a node name according to the Stringprep profile defined in RFC3920.
- nodeprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepEmpty
- nodeprep(String) - Method in interface tigase.util.stringprep.XMPPStringPrepIfc
-
JID's localpart (or nick name) stringprep processing.
- nodeprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepSimple
- nodeprep(String, boolean) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a node name according to the Stringprep profile defined in RFC3920.
- none - tigase.cert.CertCheckResult
- normalizeNFKC(String) - Static method in class gnu.inet.encoding.NFKC
-
Applies NFKC normalization to a string.
- note() - Method in annotation type tigase.annotations.TigaseDeprecated
- note() - Method in annotation type tigase.annotations.TODO
-
noteproperty allows you to set and retrieve description text for expected code change.
O
- ObjectComparator - Class in tigase.util
-
Describe class ObjectComparator here.
- ObjectComparator() - Constructor for class tigase.util.ObjectComparator
- of(String) - Static method in class tigase.util.Version
-
Supports both tigase-server-7.2.0-SNAPSHOT-b4895-dist-max.tar.gz and version strings
- offer(E) - Method in class tigase.collections.CircularFifoQueue
- OldSelfSignedCertificateGenerator - Class in tigase.cert
- OldSelfSignedCertificateGenerator() - Constructor for class tigase.cert.OldSelfSignedCertificateGenerator
- onFormVerify(JID, Form, SignatureCalculator) - Method in interface tigase.form.FormSignatureVerifier.SignatureVerifyHandler
- options(String...) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets possible options for the parameter option
- Or - Class in tigase.criteria
-
Created: 2007-06-20 09:32:29
- Or(Criteria...) - Constructor for class tigase.criteria.Or
- OVERFLOW - Static variable in exception gnu.inet.encoding.PunycodeException
P
- ParameterParser - Class in tigase.util.ui.console
-
General purpose command-line parser accepting (if defined) both single-letter (and space separated value) and full names (and equal-sign separated value).
- ParameterParser() - Constructor for class tigase.util.ui.console.ParameterParser
-
Constructs new
ParameterParserwithout any options and without interactive mode - ParameterParser(boolean) - Constructor for class tigase.util.ui.console.ParameterParser
-
Constructs new
ParameterParserwithout any options and allowing enabling interactive mode - ParameterParser(List<CommandlineParameter>, boolean) - Constructor for class tigase.util.ui.console.ParameterParser
-
Constructs new
ParameterParserwith initial options and allowing enabling interactive mode - parse(String) - Static method in class tigase.util.Token
- parseArgs(String[]) - Method in class tigase.util.ui.console.ParameterParser
-
Main parsing method which takes as an input array of parameters and returns a Properties object with parsed parameter/values.
- parseCertificate(Reader) - Static method in class tigase.cert.CertificateUtil
- parseDateTime(String) - Method in class tigase.util.datetime.DateTimeFormatter
-
Deprecated.
- parseJID(String) - Static method in class tigase.xmpp.jid.BareJID
-
A utility method to parse and split the given JID string into separate parts.
- parseParams(String[]) - Static method in class tigase.util.Telnet
- parseRootElement(Element) - Static method in class tigase.xmpp.rsm.RSM
- parseRootElement(Element, int) - Static method in class tigase.xmpp.rsm.RSM
- parseTimestamp(String) - Method in class tigase.util.datetime.TimestampHelper
- PasswordHash - Class in tigase.util
-
Portable PHP password hashing framework rewritten in Java - code almost copied directly.
- PasswordHash() - Constructor for class tigase.util.PasswordHash
- peek() - Method in class tigase.collections.CircularFifoQueue
- poll() - Method in class tigase.collections.CircularFifoQueue
- prepareCallable(String) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
- prepareQuery(String) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
- prepareStatement(String) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
- Punycode - Class in gnu.inet.encoding
-
This class offers static methods for encoding/decoding strings using the Punycode algorithm.
- Punycode() - Constructor for class gnu.inet.encoding.Punycode
- PunycodeException - Exception in gnu.inet.encoding
-
Exception handling for Punycode class.
- PunycodeException(String) - Constructor for exception gnu.inet.encoding.PunycodeException
-
Creates a new PunycodeException.
- put(K, V) - Method in class tigase.collections.TwoHashBidiMap
- put(K, V) - Method in class tigase.util.cache.LRUConcurrentCache
- put(K, V) - Method in class tigase.util.cache.SimpleCache
- putAll(Map<? extends K, ? extends V>) - Method in class tigase.collections.TwoHashBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class tigase.util.cache.SimpleCache
R
- rand - Static variable in interface tigase.util.dns.DNSResolverIfc
- randomString() - Method in class tigase.form.SignatureCalculator
- RC - tigase.util.Version.TYPE
- readLine() - Method in interface tigase.util.ui.console.ConsoleIfc
- readLine() - Method in class tigase.util.ui.console.SystemConsole
- readLine(String) - Method in interface tigase.util.ui.console.ConsoleIfc
- readLine(String) - Method in class tigase.util.ui.console.SystemConsole
- readPassword(String) - Method in interface tigase.util.ui.console.ConsoleIfc
- readPassword(String) - Method in class tigase.util.ui.console.SystemConsole
- release(Statement, ResultSet) - Method in class tigase.util.JDBCAbstract
-
Deprecated.
- remove(Object) - Method in class tigase.collections.TwoHashBidiMap
- remove(Object) - Method in class tigase.util.cache.SimpleCache
- remove(K) - Method in class tigase.util.cache.LRUConcurrentCache
- removeEldestEntry(Map.Entry<K, V>) - Method in class tigase.util.cache.SizedCache
- removeField(String) - Method in class tigase.form.Fields
- removeField(String) - Method in class tigase.form.Form
- removeIn() - Method in annotation type tigase.annotations.TigaseDeprecated
- removeOld() - Method in class tigase.util.cache.SimpleCache
- removeOption(CommandlineParameter) - Method in class tigase.util.ui.console.ParameterParser
-
Removes given option from list of supported options.
- removeOptionByLetter(String) - Method in class tigase.util.ui.console.ParameterParser
-
Removes given option from list of supported options by it's single letter
- removeOptionByName(String) - Method in class tigase.util.ui.console.ParameterParser
-
Removes given option from list of supported options by it's full name
- removeValue(Object) - Method in interface tigase.collections.BidiMap
- removeValue(Object) - Method in class tigase.collections.TwoHashBidiMap
- requireArguments(boolean) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets whether particular parameter option requires arguments
- required(boolean) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets whether particular parameter option is required - if yes then it's mandatory to set it's value or provide default.
- resourceprep(String) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a resource name according to the Stringprep profile defined in RFC3920.
- resourceprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepEmpty
- resourceprep(String) - Method in interface tigase.util.stringprep.XMPPStringPrepIfc
-
JID's resource stringprep proessing.
- resourceprep(String) - Method in class tigase.util.stringprep.XMPPStringPrepSimple
- resourceprep(String, boolean) - Static method in class gnu.inet.encoding.Stringprep
-
Preps a resource name according to the Stringprep profile defined in RFC3920.
- revoked - tigase.cert.CertCheckResult
- RFC3454 - Class in gnu.inet.encoding
-
Auto-generated class containing StringPrep mapping tables.
- RFC3454() - Constructor for class gnu.inet.encoding.RFC3454
- RSAPrivateKeyDecoder - Class in tigase.cert
-
Created: Oct 9, 2010 9:16:55 PM
- RSAPrivateKeyDecoder(byte[]) - Constructor for class tigase.cert.RSAPrivateKeyDecoder
- RSAPrivateKeyDecoder(InputStream) - Constructor for class tigase.cert.RSAPrivateKeyDecoder
- RSM - Class in tigase.xmpp.rsm
- RSM() - Constructor for class tigase.xmpp.rsm.RSM
- RSM(int) - Constructor for class tigase.xmpp.rsm.RSM
S
- secret() - Method in class tigase.util.ui.console.CommandlineParameter.Builder
-
Sets the parameter option as secret which influences how it will be obtained in interactive mode (won't be printed, useful for passwords)
- self_signed - tigase.cert.CertCheckResult
- setAfter(String) - Method in class tigase.xmpp.rsm.RSM
- setBefore(String) - Method in class tigase.xmpp.rsm.RSM
- setBuild(int) - Method in class tigase.util.Version.Builder
- setCertChain(Certificate[]) - Method in class tigase.cert.CertificateEntry
- setCommit(String) - Method in class tigase.util.Version.Builder
- setCount(Integer) - Method in class tigase.xmpp.rsm.RSM
- setDescription(String) - Method in class tigase.form.Field
- setDnsResolverClassName(String) - Static method in class tigase.util.dns.DNSResolverFactory
- setFirst(String) - Method in class tigase.xmpp.rsm.RSM
- setHasBefore(boolean) - Method in class tigase.xmpp.rsm.RSM
- setIndex(Integer) - Method in class tigase.xmpp.rsm.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.RSM
- setLimit(int) - Method in class tigase.collections.CircularFifoQueue
- setMax(int) - Method in class tigase.xmpp.rsm.RSM
- 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
- setPrimaryHost(String) - Method in class tigase.util.dns.DNSResolverDefault
- 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.
- setResults(Integer, Integer) - Method in class tigase.xmpp.rsm.RSM
- setResults(Integer, String, String) - Method in class tigase.xmpp.rsm.RSM
- setSecondaryHost(String) - Method in class tigase.util.dns.DNSResolverDefault
- setTasks(Task[]) - Method in class tigase.util.ui.console.ParameterParser
- 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(String) - Method in class tigase.form.Form
- setType(Field.FieldType) - Method in class tigase.form.Field
- setUseUTC(boolean) - Method in class tigase.util.datetime.TimestampHelper
-
If
falsethen generated timestamps will be in local timezone. - setValue(String) - Method in class tigase.util.ui.console.CommandlineParameter
-
Sets value for this parameter option
- setValueFromDefault() - Method in class tigase.util.ui.console.CommandlineParameter
-
Sets the value from the configured default if present
- setValues(String[]) - Method in class tigase.form.Field
- setVar(String) - Method in class tigase.form.Field
- setVersionType(Version.TYPE) - Method in class tigase.util.Version.Builder
- severity() - Method in annotation type tigase.annotations.TODO
-
severityproperty allows you to set and retrieve severity of expected code change described by thisTODOannotation. - sha256(String) - Static method in class tigase.util.Algorithms
-
Calculates SHA-256 hash of given data.
- sign(JID, String, long, Form) - Method in class tigase.form.SignatureCalculator
-
Sign given Form.
- sign(JID, Form) - Method in class tigase.form.SignatureCalculator
-
Sign given form with current time.
- 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.cache
-
Describe class SimpleCache here.
- SimpleCache(int, long) - Constructor for class tigase.util.cache.SimpleCache
- since() - Method in annotation type tigase.annotations.TigaseDeprecated
- 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
- size() - Method in class tigase.collections.CircularFifoQueue
- size() - Method in class tigase.collections.TwoHashBidiMap
- size() - Method in class tigase.util.cache.LRUConcurrentCache
- size() - Method in class tigase.util.cache.SimpleCache
- SizedCache<K,V> - Class in tigase.util.cache
-
Describe class SizedCache here.
- SizedCache(int) - Constructor for class tigase.util.cache.SizedCache
- SNAPSHOT - tigase.util.Version.TYPE
- 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.
- Spi() - Constructor for class tigase.util.VMPCRandom.Spi
- srv_cache - Static variable in class tigase.util.dns.DNSResolver
-
Deprecated.
- srv_cache - Static variable in class tigase.util.dns.DNSResolverDefault
- 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.stringprep.XMPPStringPrepFactory
- STRINGPREP_PROCESSOR_PROP_KEY - Static variable in class tigase.util.stringprep.XMPPStringPrepFactory
- STRINGPREP_PROCESSORS - Static variable in class tigase.util.stringprep.XMPPStringPrepFactory
- 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
- SystemConsole - Class in tigase.util.ui.console
-
Simple SystemConsole class handling user input/output from command-line, including labels and secure password reading
- SystemConsole() - Constructor for class tigase.util.ui.console.SystemConsole
T
- Task - Class in tigase.util.ui.console
-
Created by andrzej on 09.05.2017.
- Task.Builder - Class in tigase.util.ui.console
- Task.Executor<T> - Interface in tigase.util.ui.console
- Telnet - Class in tigase.util
-
Describe class Telnet here.
- Telnet() - Constructor for class tigase.util.Telnet
-
Creates a new
Telnetinstance. - Telnet(Socket, String) - Constructor for class tigase.util.Telnet
- text_multi - tigase.form.Field.FieldType
- text_private - tigase.form.Field.FieldType
- text_single - tigase.form.Field.FieldType
- TIGASE_PRIMARY_ADDRESS - Static variable in interface tigase.util.dns.DNSResolverIfc
- TIGASE_RESOLVER_CLASS - Static variable in class tigase.util.dns.DNSResolverFactory
- TIGASE_SECONDARY_ADDRESS - Static variable in interface tigase.util.dns.DNSResolverIfc
- 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.util.cache - package tigase.util.cache
- tigase.util.datetime - package tigase.util.datetime
- tigase.util.dns - package tigase.util.dns
- tigase.util.stringprep - package tigase.util.stringprep
- tigase.util.ui.console - package tigase.util.ui.console
- tigase.xmpp.jid - package tigase.xmpp.jid
- tigase.xmpp.rsm - package tigase.xmpp.rsm
- TigaseDeprecated - Annotation Type in tigase.annotations
- TigaseStringprepException - Exception in tigase.util.stringprep
- TigaseStringprepException() - Constructor for exception tigase.util.stringprep.TigaseStringprepException
-
Creates a new instance of
TigaseStringprepExceptionwithout detail message. - TigaseStringprepException(String) - Constructor for exception tigase.util.stringprep.TigaseStringprepException
-
Constructs an instance of
TigaseStringprepExceptionwith the specified detail message. - TigaseStringprepException(String, Throwable) - Constructor for exception tigase.util.stringprep.TigaseStringprepException
- time - Variable in class tigase.util.cache.CacheObject
- timeLine() - Method in annotation type tigase.annotations.TODO
-
timeLineproperty allows you to set and retrieve expected time by when the change should be done to this code. - TimestampHelper - Class in tigase.util.datetime
- TimestampHelper() - Constructor for class tigase.util.datetime.TimestampHelper
-
Creates helper configured to produce timestamps in UTC timezone.
- TimestampHelper(boolean) - Constructor for class tigase.util.datetime.TimestampHelper
-
Creates helper configured to produce timestamps in UTC timezone or local timezone.
- TimeUtils - Class in tigase.util.datetime
-
This is too slow.
- TimeUtils() - Constructor for class tigase.util.datetime.TimeUtils
- 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
-
TODOthis 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.RSM
- Token - Class in tigase.util
-
Created by bmalkow on 21.04.2017.
- Token() - Constructor for class tigase.util.Token
- 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.cache.LRUConcurrentCache
- toString() - Method in class tigase.util.dns.DNSEntry
-
Returns string interpretation of the DNS entry
- toString() - Method in class tigase.util.ui.console.CommandlineParameter
- toString() - Method in class tigase.util.Version
- toString() - Method in class tigase.xmpp.jid.BareJID
-
Method returns a
Stringrepresentation of theBareJIDinstance. - toString() - Method in class tigase.xmpp.jid.JID
-
Method returns a
Stringrepresentation of theJIDinstance. - toString(int) - Method in class tigase.util.Version
- toString(String, String) - Static method in class tigase.xmpp.jid.BareJID
-
A utility method to construct a
Stringrepresenting user JID from given parameters. - toString(String, String, String) - Static method in class tigase.xmpp.jid.BareJID
-
A utility method to construct a
Stringrepresenting user JID from given parameters. - toString(BareJID, String) - Static method in class tigase.xmpp.jid.BareJID
-
A utility method to construct a
Stringrepresenting user JID from given parameters. - toStringSimple() - Method in class tigase.util.ui.console.CommandlineParameter
- 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.
- TRIVIAL - tigase.annotations.TODO.Severity
-
TRIVIALseverity means that this code works correctly and is implemented according to design but there is still some minor improvement that can be done or just cleaning the code.
TRIVIALseverity can be assigned also to code which needs some minor refactoring. - trusted - tigase.cert.CertCheckResult
- TwoHashBidiMap<K,V> - Class in tigase.collections
- TwoHashBidiMap() - Constructor for class tigase.collections.TwoHashBidiMap
- type - Variable in class tigase.form.AbstractForm
- type(Class) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
- TYPE - tigase.util.Version.FIELD
- TYPE_NUMBER - tigase.util.Version.FIELD
U
- untrusted - tigase.cert.CertCheckResult
- useStringprepProcessor(String) - Static method in class tigase.xmpp.jid.BareJID
-
Changes stringprep processor implementation used for the JID checking.
V
- validateCertificate(Certificate[], KeyStore, boolean) - Static method in class tigase.cert.CertificateUtil
- valueDependentParametersProvider(Function<String, List<CommandlineParameter>>) - Method in class tigase.util.ui.console.CommandlineParameter.Builder
- 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.util.Version.FIELD
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tigase.util.Version.TYPE
-
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.cache.SimpleCache
- values() - Static method in enum tigase.util.Version.FIELD
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tigase.util.Version.TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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.
- 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.
- 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
- Version - Class in tigase.util
- VERSION_COMPARATOR - Static variable in class tigase.util.Version
- Version.Builder - Class in tigase.util
- Version.FIELD - Enum in tigase.util
- Version.TYPE - Enum in tigase.util
- VMPCRandom - Class in tigase.util
-
Describe class VMPCRandom here.
- VMPCRandom() - Constructor for class tigase.util.VMPCRandom
- VMPCRandom.Spi - Class in tigase.util
W
- walkInDirForFiles(File, String, Set<String>) - Static method in class tigase.util.ClassUtil
- writeLine(Object) - Method in interface tigase.util.ui.console.ConsoleIfc
- writeLine(Object) - Method in class tigase.util.ui.console.SystemConsole
- writeLine(String, Object...) - Method in interface tigase.util.ui.console.ConsoleIfc
- writeLine(String, Object...) - Method in class tigase.util.ui.console.SystemConsole
X
- xmlns(String) - Static method in class tigase.criteria.ElementCriteria
- XMLNS - Static variable in class tigase.xmpp.rsm.RSM
- XMPPStringPrepEmpty - Class in tigase.util.stringprep
-
Class implementing stringprep processor interface.
- XMPPStringPrepEmpty() - Constructor for class tigase.util.stringprep.XMPPStringPrepEmpty
- XMPPStringPrepFactory - Class in tigase.util.stringprep
-
Created: Dec 28, 2009 10:02:31 PM
- XMPPStringPrepFactory() - Constructor for class tigase.util.stringprep.XMPPStringPrepFactory
- XMPPStringPrepIfc - Interface in tigase.util.stringprep
-
Interface defining stringprep processor API.
- XMPPStringPrepSimple - Class in tigase.util.stringprep
-
Created: Feb 4, 2010 9:31:23 AM
- XMPPStringPrepSimple() - Constructor for class tigase.util.stringprep.XMPPStringPrepSimple
Z
- ZERO - Static variable in class tigase.util.Version
- ZLibWrapper - Class in tigase.util
-
This is a warpper for java.util.zip package and Deflater/Inflater classes specifically.
- ZLibWrapper() - Constructor for class tigase.util.ZLibWrapper
- ZLibWrapper(int) - Constructor for class tigase.util.ZLibWrapper
- ZLibWrapper(int, int) - Constructor for class tigase.util.ZLibWrapper
All Classes All Packages