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

R

RangedStringKt - class in org.jitsi.utils
 
RateStatistics - class in org.jitsi.utils.stats
Keep this for backward compatibility before we migrate away from it.
RateTracker - class in org.jitsi.utils.stats
Tracks an average rate (of values added via update) over a sliding window.
readInt(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 32-bit integer from a byte array buffer at a specified offset.
readInt(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 32-bit integer from a byte array at a specified offset.
readRegionToBuff(int,int,Array) - function in org.jitsi.utils.ByteArrayBuffer
Copies len bytes from the given offset in this buffer to the given outBuf
readShort(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 16-bit signed integer from a byte array buffer at a specified offset into a short.
readShort(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 16-bit signed integer from a byte array at a specified offset into a short.
readUint16(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 16-bit value from a byte array buffer at a specified offset as an int.
readUint16(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 16-bit value from a byte array at a specified offset as an int.
readUint24(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 24-bit value from a byte array buffer at a specified offset as an int.
readUint24(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 24-bit value from a byte array at a specified offset as an int.
readUint32(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 32-bit value from a byte array buffer at a specified offset as a long.
readUint32(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 32-bit value from a byte array at a specified offset as a long.
RecurringRunnable - class in org.jitsi.utils.concurrent
Represents an asynchronous processable task which determines the intervals (the lengths of which may vary) at which it is to be invoked.
RecurringRunnableExecutor - class in org.jitsi.utils.concurrent
Implements a single-threaded Executor of RecurringRunnables i.e.
reduce(long,BiFunction,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceEntries(long,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceEntries(long,Function,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceEntriesToDouble(long,ToDoubleFunction,double,DoubleBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceEntriesToInt(long,ToIntFunction,int,IntBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceEntriesToLong(long,ToLongFunction,long,LongBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceKeys(long,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceKeys(long,Function,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceKeysToDouble(long,ToDoubleFunction,double,DoubleBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceKeysToInt(long,ToIntFunction,int,IntBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceKeysToLong(long,ToLongFunction,long,LongBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceToDouble(long,ToDoubleBiFunction,double,DoubleBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceToInt(long,ToIntBiFunction,int,IntBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceToLong(long,ToLongBiFunction,long,LongBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceValues(long,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceValues(long,Function,BiFunction) - function in java.util.concurrent.DiagnosticContext
 
reduceValuesToDouble(long,ToDoubleFunction,double,DoubleBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceValuesToInt(long,ToIntFunction,int,IntBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
reduceValuesToLong(long,ToLongFunction,long,LongBinaryOperator) - function in java.util.concurrent.DiagnosticContext
 
registerRecurringRunnable(RecurringRunnable) - function in org.jitsi.utils.concurrent.RecurringRunnableExecutor
Registers a RecurringRunnable with this Executor so that its run is invoked (by this instance).
reloadConfiguration() - function in org.jitsi.service.configuration.ConfigurationService
Deletes the current configuration and reloads it from the configuration file.
remainingCapacity() - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
 
remove(Object) - function in java.util.LRUCache
 
remove(Object,Object) - function in java.util.LRUCache
 
remove(Object) - function in kotlin.collections.OrderedJsonObject
 
remove(Object,Object) - function in kotlin.collections.OrderedJsonObject
 
remove() - function in java.util.ArrayBlockingQueueWithShutdown
 
remove(Object) - function in java.util.ArrayBlockingQueueWithShutdown
 
remove(Object) - function in java.util.concurrent.DiagnosticContext
 
remove(Object,Object) - function in java.util.concurrent.DiagnosticContext
 
remove(Object) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
remove(Object,Object) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.ActiveSpeakerDetector
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.AbstractActiveSpeakerDetector
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeAll(Collection) - function in java.util.ArrayBlockingQueueWithShutdown
 
removed(T) - function in org.jitsi.utils.queue.PacketQueue.Observer
Called when a packet is removed from a queue.
removed(Integer,Duration) - function in org.jitsi.utils.queue.QueueStatistics
Registers the removal of a packet.
removed(T) - function in org.jitsi.utils.queue.QueueStatisticsObserver
Registers the removal of a packet.
removeHandler(Handler) - function in org.jitsi.utils.logging2.LoggerImpl
See removeHandler
removeHandler(Handler) - function in org.jitsi.utils.logging2.Logger
See removeHandler
removeHandler(EventHandlerType) - function in org.jitsi.utils.event.EventEmitter
 
removeHandler(EventHandlerType) - function in org.jitsi.utils.event.BaseEventEmitter
 
removeHandler(EventHandlerType) - function in org.jitsi.utils.event.SyncEventEmitter
 
removeHandler(EventHandlerType) - function in org.jitsi.utils.event.AsyncEventEmitter
 
removeIf(Predicate) - function in java.util.ArrayBlockingQueueWithShutdown
 
removeProperty(String) - function in org.jitsi.service.configuration.ConfigurationService
Removes the property with the specified name.
removePropertyChangeListener(PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String,PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - function in org.jitsi.utils.event.PropertyChangeNotifier
Removes a specific PropertyChangeListener from the list of listeners interested in and notified about changes in the values of the properties of this PropertyChangeNotifer.
removeVetoableChangeListener(ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String,ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
Removes a VetoableChangeListener from the listener list for a specific property.
replace(K,V,V) - function in java.util.LRUCache
 
replace(K,V) - function in java.util.LRUCache
 
replace(Object,Object,Object) - function in kotlin.collections.OrderedJsonObject
 
replace(Object,Object) - function in kotlin.collections.OrderedJsonObject
 
replace(K,V,V) - function in java.util.concurrent.DiagnosticContext
 
replace(K,V) - function in java.util.concurrent.DiagnosticContext
 
replace(K,V,V) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
replace(K,V) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
replaceAll(BiFunction) - function in java.util.LRUCache
 
replaceAll(BiFunction) - function in kotlin.collections.OrderedJsonObject
 
replaceAll(BiFunction) - function in java.util.concurrent.DiagnosticContext
 
replaceAll(BiFunction) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
replacePassword(String,String) - function in org.jitsi.utils.PasswordUtil
The method will replace password argument values with 'X' in a string which represents command line arguments(arg=value arg2=value4).
replacePasswords(String,Array) - function in org.jitsi.utils.PasswordUtil
Does replacePassword for every argument given in passwordArgs array.
reset() - function in org.jitsi.utils.ResettableLazy
 
reset() - function in org.jitsi.utils.logging.LoggerImpl
Reinitialize the logging properties and reread the logging configuration.
reset() - function in org.jitsi.utils.logging.Logger
Reinitialize the logging properties and reread the logging configuration.
reset() - function in org.jitsi.utils.logging.InstanceLogger
Reinitialize the logging properties and reread the logging configuration.
ResettableLazy - class in org.jitsi.utils
 
retainAll(Collection) - function in java.util.ArrayBlockingQueueWithShutdown
 
run() - function in java.lang.RecurringRunnable
 
run() - function in org.jitsi.utils.concurrent.PeriodicRunnable
Updates _lastProcessTime.
run() - function in org.jitsi.utils.concurrent.PeriodicRunnableWithObject
Updates #_lastProcessTime.
run() - function in java.lang.PeriodicRunnableWithObject
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W