A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
C
- capacity() - function in org.jitsi.utils.queue.PacketQueue
- Get the maximum number of packets queued in this queue.
- cdebug(Logger,Function0) - function in org.jitsi.utils.logging2.LoggerExtensionsKt
- cerror(Logger,Function0) - function in org.jitsi.utils.logging2.LoggerExtensionsKt
- cinfo(Logger,Function0) - function in org.jitsi.utils.logging2.LoggerExtensionsKt
- Note that, although the logger now supports taking a message supplier argument, these methods are still more efficient as they're inline (and therefore don't require constructing a lambda object)
- clear() - function in java.util.LRUCache
- clear() - function in kotlin.collections.OrderedJsonObject
- clear() - function in java.util.ArrayBlockingQueueWithShutdown
- clear() - function in java.util.concurrent.DiagnosticContext
- clear() - function in java.util.DiagnosticContext.TimeSeriesPoint
- clone() - function in java.util.LRUCache
- clone() - function in java.util.DiagnosticContext.TimeSeriesPoint
- close() - function in org.jitsi.utils.queue.PacketQueue
- Closes current PacketQueue instance.
- close() - function in org.jitsi.utils.concurrent.RecurringRunnableExecutor
- Closes this RecurringRunnableExecutor, signalling its thread tostop and de-registering all registered runnables.
- compareTo(Version) - function in org.jitsi.utils.version.VersionImpl
- Compares another Version object to this one and returns anegative, zero or a positive integer if this version instance representsrespectively an earlier, same, or later version as the one indicatedby the version parameter.
- compareTo(T) - function in java.lang.VersionImpl
- compareTo(Version) - function in org.jitsi.utils.version.Version
- Compares another Version object to this one and returns anegative, zero or a positive integer if this version instance representsrespectively an earlier, same, or later version as the one indicatedby the version parameter.
- compareTo(T) - function in java.lang.Version
- comparingByKey() - function in java.util.MapEntry
- comparingByValue() - function in java.util.MapEntry
- compute(K,BiFunction) - function in java.util.LRUCache
- compute(Object,BiFunction) - function in kotlin.collections.OrderedJsonObject
- compute(K,BiFunction) - function in java.util.concurrent.DiagnosticContext
- compute(K,BiFunction) - function in java.util.DiagnosticContext.TimeSeriesPoint
- computeIfAbsent(K,Function) - function in java.util.LRUCache
- computeIfAbsent(Object,Function) - function in kotlin.collections.OrderedJsonObject
- computeIfAbsent(K,Function) - function in java.util.concurrent.DiagnosticContext
- computeIfAbsent(K,Function) - function in java.util.DiagnosticContext.TimeSeriesPoint
- computeIfPresent(K,BiFunction) - function in java.util.LRUCache
- computeIfPresent(Object,BiFunction) - function in kotlin.collections.OrderedJsonObject
- computeIfPresent(K,BiFunction) - function in java.util.concurrent.DiagnosticContext
- computeIfPresent(K,BiFunction) - function in java.util.DiagnosticContext.TimeSeriesPoint
- concat(Array,Array) - function in org.jitsi.utils.ArrayUtils
- Concatenates two arrays.
- ConfigPropertyVetoException - class in org.jitsi.service.configuration
- A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
- ConfigurationService - class in org.jitsi.service.configuration
- The configuration services provides a centralized approach of storing persistent configuration data.
- ConfigUtils - class in org.jitsi.utils
- ConfigVetoableChangeListener - class in org.jitsi.service.configuration
- This interface uses SC's own ProperteyVetoException.
- constructNtp(long,long) - function in org.jitsi.utils.TimeUtils
- Constructs a
{@code long}representation of a timestamp in NTP TimestampFormat (see "http://tools.ietf. - contains(Object) - function in java.util.ArrayBlockingQueueWithShutdown
- contains(Object) - function in java.util.concurrent.DiagnosticContext
- containsAll(Collection) - function in java.util.ArrayBlockingQueueWithShutdown
- containsKey(Object) - function in java.util.LRUCache
- containsKey(Object) - function in kotlin.collections.OrderedJsonObject
- containsKey(Object) - function in java.util.concurrent.DiagnosticContext
- containsKey(Object) - function in java.util.DiagnosticContext.TimeSeriesPoint
- containsLetters(String) - function in org.jitsi.utils.StringUtils
- Indicates whether the given string contains any letters.
- containsValue(Object) - function in java.util.LRUCache
- containsValue(Object) - function in kotlin.collections.OrderedJsonObject
- containsValue(Object) - function in java.util.concurrent.DiagnosticContext
- containsValue(Object) - function in java.util.DiagnosticContext.TimeSeriesPoint
- ContextLogRecord - class in org.jitsi.utils.logging2
- ContextLogRecord extends LogRecord and adds a 'context' String.
- CONTROL - enum entry in org.jitsi.utils.MediaType
Represents a DATA media type.
- CountingErrorHandler - class in org.jitsi.utils.queue
- An ErrorHandler implementation which counts the number of dropped packets and exceptions.
- createCachedThreadPool(String) - function in org.jitsi.utils.concurrent.ExecutorFactory
- Creates an ExecutorService with an unlimited number of threadswhich are released after idle timeout.
- createChildLogger(String,Map) - function in org.jitsi.utils.logging2.Logger
- Create a 'child' logger which derives from this one.
- createChildLogger(String) - function in org.jitsi.utils.logging2.Logger
- Create a 'child' logger which derives from this one.
- createChildLogger(String,Map) - function in org.jitsi.utils.logging2.LoggerImpl
- Create a new logger with the given name.
- createChildLogger(String) - function in org.jitsi.utils.logging2.LoggerImpl
- Create a 'child' logger which derives from this one.
- createChildLogger(T,Logger,Map) - function in org.jitsi.utils.logging2.LoggerExtensionsKt
- Create a child logger from parentLogger with any optional childContext using the fully-qualified name of the actual class (i.e.
- createCPUBoundScheduledExecutor(String,int,TimeUnit) - function in org.jitsi.utils.concurrent.ExecutorFactory
- Create ScheduledExecutorService with number of threads up tonumber of CPU cores on machine
- createFixedThreadPool(int,String) - function in org.jitsi.utils.concurrent.ExecutorFactory
- Creates a ExecutorService with limited number of threads whichare released after idle timeout.
- createLogger(T,Level,LogContext) - function in org.jitsi.utils.logging2.LoggerExtensionsKt
- Create a logger with an optional minLogLevel and logContext using the fully-qualified name of the actual class (i.e.
- createSingleThreadScheduledExecutor(String,int,TimeUnit) - function in org.jitsi.utils.concurrent.ExecutorFactory
- Create ScheduledExecutorService with single executor thread
- createSubContext(Map) - function in org.jitsi.utils.logging2.LogContext
- currentTimeMillis() - function in org.jitsi.utils.TimeProvider
- CustomizableThreadFactory - class in org.jitsi.utils.concurrent
- A thread factory which supports customizing name prefix of created threads and if produced threads are daemons or not.
- cwarn(Logger,Function0) - function in org.jitsi.utils.logging2.LoggerExtensionsKt