A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

I

id() - function in org.jitsi.utils.queue.PacketQueue
Get the ID of this queue.
IMAGE - enum entry in org.jitsi.utils.MediaType

Represents an IMAGE media type. See RFC6466.

info(Object) - function in org.jitsi.utils.logging.Logger
Log a INFO message.
info(Object,Throwable) - function in org.jitsi.utils.logging.Logger
Log a message, with associated Throwable information.
info(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.Logger
Log a message with info level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Logger.Category,String) - function in org.jitsi.utils.logging.Logger
Log a message with info level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Object) - function in org.jitsi.utils.logging.InstanceLogger
Log a INFO message.
info(Object,Throwable) - function in org.jitsi.utils.logging.InstanceLogger
Log a message, with associated Throwable information.
info(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.InstanceLogger
Log a message with info level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Logger.Category,String) - function in org.jitsi.utils.logging.InstanceLogger
Log a message with info level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Map) - function in org.jitsi.utils.logging.TimeSeriesLogger
Logs a DiagnosticContext.TimeSeriesPoint in INFO level.
info(Object) - function in org.jitsi.utils.logging.LoggerImpl
Log a INFO message.
info(Object,Throwable) - function in org.jitsi.utils.logging.LoggerImpl
Log a message, with associated Throwable information.
info(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.LoggerImpl
Log a message with info level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Logger.Category,String) - function in org.jitsi.utils.logging.LoggerImpl
Log a message with info level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
info(Object) - function in org.jitsi.utils.logging2.Logger
Log an INFO message.
info(Supplier) - function in org.jitsi.utils.logging2.Logger
Log an INFO message.
info(Object) - function in org.jitsi.utils.logging2.LoggerImpl
Log an INFO message.
info(Supplier) - function in org.jitsi.utils.logging2.LoggerImpl
Log an INFO message.
initCause(Throwable) - function in java.lang.ConfigPropertyVetoException
 
insert(T,Array,Class) - function in org.jitsi.utils.ArrayUtils
Inserts the given element into an open (null) slot in the array if thereis one, otherwise creates a new array and adds all existing elementsand the given element
InstanceLogger - class in org.jitsi.utils.logging
Implements a org.jitsi.utils.logging.Logger, which delegates logging to another org.jitsi.utils.logging.Logger, and allows it's level to be lowered independent of the delegate (by another org.jitsi.utils.logging.Logger instance or by a level configuration).
isDebugEnabled() - function in org.jitsi.utils.logging.Logger
Check if a message with a DEBUG level would actually be logged by thislogger.
isDebugEnabled() - function in org.jitsi.utils.logging.InstanceLogger
Check if a message with a DEBUG level would actually be logged by thislogger.
isDebugEnabled() - function in org.jitsi.utils.logging.LoggerImpl
Check if a message with a DEBUG level would actually be logged by thislogger.
isDebugEnabled() - function in org.jitsi.utils.logging2.Logger
Check if a message with a DEBUG level would actually be logged by thislogger.
isDebugEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
Check if a message with a DEBUG level would actually be logged by thislogger.
isEmpty() - function in java.util.LRUCache
 
isEmpty() - function in kotlin.collections.OrderedJsonObject
 
isEmpty() - function in java.util.ArrayBlockingQueueWithShutdown
 
isEmpty() - function in java.util.concurrent.DiagnosticContext
 
isEmpty() - function in java.util.DiagnosticContext.TimeSeriesPoint
 
isInfoEnabled() - function in org.jitsi.utils.logging.Logger
Check if a message with an INFO level would actually be logged by thislogger.
isInfoEnabled() - function in org.jitsi.utils.logging.InstanceLogger
Check if a message with an INFO level would actually be logged by thislogger.
isInfoEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
Check if a message with a INFO level would actually be logged by thislogger.
isInfoEnabled() - function in org.jitsi.utils.logging.LoggerImpl
Check if a message with an INFO level would actually be logged by thislogger.
isInfoEnabled() - function in org.jitsi.utils.logging2.Logger
Check if a message with an INFO level would actually be logged by thislogger.
isInfoEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
Check if a message with an INFO level would actually be logged by thislogger.
isInvalid() - function in org.jitsi.utils.ByteArrayBuffer
Perform checks on the byte buffer represented by this instance andreturn true if it is found to be invalid.
isNewerTimestamp(long,long) - function in org.jitsi.utils.TimestampUtils
Returns true if t1 is newer than t2,taking into account rollover.
isNightly() - function in org.jitsi.utils.version.VersionImpl
Indicates if this Jitsi version corresponds to a nightly buildof a repository snapshot or to an official Jitsi release.
isNightly() - function in org.jitsi.utils.version.Version
Indicates if this Jitsi version corresponds to a nightly buildof a repository snapshot or to an official Jitsi release.
isNullOrEmpty(Array) - function in org.jitsi.utils.ArrayUtils
Tests whether the array passed in as an argument is null or empty.
isNullOrEmpty(String) - function in org.jitsi.utils.StringUtils
Checks whether a string is {@code null} or blank (empty or whitespace).
isNullOrEmpty(String,boolean) - function in org.jitsi.utils.StringUtils
Indicates whether string is null or empty.
isPreRelease() - function in org.jitsi.utils.version.VersionImpl
Indicates whether this version represents a prerelease (i.e.
isPreRelease() - function in org.jitsi.utils.version.Version
Indicates whether this version represents a prerelease (i.e.
isShutdown() - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
Returns true if the queue is currently shut down.
isTraceEnabled() - function in org.jitsi.utils.logging.Logger
Check if a message with a TRACE level would actually be logged by thislogger.
isTraceEnabled() - function in org.jitsi.utils.logging.InstanceLogger
Check if a message with a TRACE level would actually be logged by thislogger.
isTraceEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
Check if a message with a TRACE level would actually be logged by thislogger.
isTraceEnabled() - function in org.jitsi.utils.logging.LoggerImpl
Check if a message with a TRACE level would actually be logged by thislogger.
isTraceEnabled() - function in org.jitsi.utils.logging2.Logger
Check if a message with a TRACE level would actually be logged by thislogger.
isTraceEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
Check if a message with a TRACE level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging.Logger
Check if a message with a WARN level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging.InstanceLogger
Check if a message with a WARN level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
Check if a message with a WARNING level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging.LoggerImpl
Check if a message with a WARN level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging2.Logger
Check if a message with a WARN level would actually be logged by thislogger.
isWarnEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
Check if a message with a WARN level would actually be logged by thislogger.
iterator() - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
 
iterator() - function in java.util.ArrayBlockingQueueWithShutdown
 
iterator() - function in java.lang.ArrayBlockingQueueWithShutdown
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W