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) - function in org.jitsi.utils.logging.Logger
- Log a INFO message.
- info(Object,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- info(Object,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- info(org.jitsi.utils.logging.Logger.Category,java.lang.String) - function in org.jitsi.utils.logging.Logger
- Log a message with info level.
- info(org.jitsi.utils.logging.Logger.Category,java.lang.String) - function in org.jitsi.utils.logging.Logger
- Log a message with info level.
- info(org.jitsi.utils.logging.Logger.Category,java.lang.String,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with info level, with associated Throwable information.
- info(org.jitsi.utils.logging.Logger.Category,java.lang.String,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with info level, with associated Throwable information.
- info(java.util.Map) - function in org.jitsi.utils.logging.TimeSeriesLogger
- Logs a DiagnosticContext.TimeSeriesPoint in INFO level.
- info(java.util.function.Supplier) - function in org.jitsi.utils.logging.TimeSeriesLogger
- Logs a DiagnosticContext.TimeSeriesPoint supplied by the supplier in INFO level if info is enabled by this logger
- info(Object) - function in org.jitsi.utils.logging2.Logger
- Log an INFO message.
- info(java.util.function.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(java.util.function.Supplier) - function in org.jitsi.utils.logging2.LoggerImpl
- Log an INFO message.
- initCause(java.lang.Throwable) - function in java.lang.Throwable
- insert(T,kotlin.Array,java.lang.Class) - function in org.jitsi.utils.ArrayUtils
- Inserts the given element into an open (null) slot in the array if there is one, otherwise creates a new array and adds all existing elements and 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).
- instant() - function in org.jitsi.utils.time.FakeClock
- InstantKt - class in org.jitsi.utils
- instantOfEpochMicro(java.lang.Long) - function in org.jitsi.utils.InstantKt
- Obtains an instance of {@code Instant} using microseconds from the epoch of 1970-01-01T00:00:00Z.
- invokeAll(java.util.Collection) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- invokeAll(java.util.Collection,java.lang.Long,java.util.concurrent.TimeUnit) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- invokeAny(java.util.Collection) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- invokeAny(java.util.Collection,java.lang.Long,java.util.concurrent.TimeUnit) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- isAmongLoudest(T) - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
- Query whether a particular endpoint is currently one of the loudest speakers.
- isDebugEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a DEBUG level would actually be logged by this logger.
- isDebugEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a DEBUG level would actually be logged by this logger.
- isDebugEnabled() - function in org.jitsi.utils.logging2.Logger
- Check if a message with a DEBUG level would actually be logged by this logger.
- isDebugEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
- Check if a message with a DEBUG level would actually be logged by this logger.
- isEmpty() - function in java.util.AbstractCollection
- isEmpty() - function in java.util.HashMap
- isEmpty() - function in java.util.concurrent.ConcurrentHashMap
- isEmpty() - function in kotlin.collections.Map
- isFinite(java.time.Duration) - function in org.jitsi.utils.DurationKt
- isFinite(java.time.Instant) - function in org.jitsi.utils.InstantKt
- isInfinite(java.time.Duration) - function in org.jitsi.utils.DurationKt
- isInfinite(java.time.Instant) - function in org.jitsi.utils.InstantKt
- isInfoEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with an INFO level would actually be logged by this logger.
- isInfoEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with an INFO level would actually be logged by this logger.
- isInfoEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
- Check if a message with a INFO level would actually be logged by this logger.
- isInfoEnabled() - function in org.jitsi.utils.logging2.Logger
- Check if a message with an INFO level would actually be logged by this logger.
- isInfoEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
- Check if a message with an INFO level would actually be logged by this logger.
- isInvalid() - function in org.jitsi.utils.ByteArrayBuffer
- Perform checks on the byte buffer represented by this instance and return 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.Version
- Indicates if this Jitsi version corresponds to a nightly build of a repository snapshot or to an official Jitsi release.
- isNightly() - function in org.jitsi.utils.version.VersionImpl
- Indicates if this Jitsi version corresponds to a nightly build of a repository snapshot or to an official Jitsi release.
- isNullOrEmpty(kotlin.Array) - function in org.jitsi.utils.ArrayUtils
- Tests whether the array passed in as an argument is null or empty.
- isNullOrEmpty(java.lang.String) - function in org.jitsi.utils.StringUtils
- Checks whether a string is
nullor blank (empty or whitespace). - isNullOrEmpty(java.lang.String,boolean) - function in org.jitsi.utils.StringUtils
- Indicates whether string is null or empty.
- isPreRelease() - function in org.jitsi.utils.version.Version
- Indicates whether this version represents a prerelease (i.e.
- isPreRelease() - function in org.jitsi.utils.version.VersionImpl
- 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.
- isShutdown() - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- isTerminated() - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- isTraceEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a TRACE level would actually be logged by this logger.
- isTraceEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a TRACE level would actually be logged by this logger.
- isTraceEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
- Check if a message with a TRACE level would actually be logged by this logger.
- isTraceEnabled() - function in org.jitsi.utils.logging2.Logger
- Check if a message with a TRACE level would actually be logged by this logger.
- isTraceEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
- Check if a message with a TRACE level would actually be logged by this logger.
- isWarnEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a WARN level would actually be logged by this logger.
- isWarnEnabled() - function in org.jitsi.utils.logging.Logger
- Check if a message with a WARN level would actually be logged by this logger.
- isWarnEnabled() - function in org.jitsi.utils.logging.TimeSeriesLogger
- Check if a message with a WARNING level would actually be logged by this logger.
- isWarnEnabled() - function in org.jitsi.utils.logging2.Logger
- Check if a message with a WARN level would actually be logged by this logger.
- isWarnEnabled() - function in org.jitsi.utils.logging2.LoggerImpl
- Check if a message with a WARN level would actually be logged by this logger.
- iterator() - function in java.lang.Iterable
- iterator() - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown