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 {@code len} bytes from the given offset in this buffer to the given {@code outBuf}
readShort(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 16-bit signed integer from a byte array buffer at a specifiedoffset into a {@code short}.
readShort(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a 16-bit signed integer from a byte array at a specified offsetinto a {@code short}.
readUint16(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 16-bit value from a byte array buffer at a specifiedoffset 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 asan int.
readUint24(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 24-bit value from a byte array buffer at a specifiedoffset 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 asan int.
readUint32(ByteArrayBuffer,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 32-bit value from a byte array buffer at a specifiedoffset as a {@code long}.
readUint32(Array,int) - function in org.jitsi.utils.ByteArrayUtils
Read a unsigned 32-bit value from a byte array at a specified offset asa {@code 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 {@code RecurringRunnable} with this {@code Executor} sothat its run is invoked (by thisinstance).
reloadConfiguration() - function in org.jitsi.service.configuration.ConfigurationService
Deletes the current configuration and reloads it from the configurationfile.
remainingCapacity() - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
 
remainingCapacity() - function in java.util.concurrent.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
 
remove() - function in java.util.ArrayBlockingQueueWithShutdown
 
remove(Object) - function in java.util.ArrayBlockingQueueWithShutdown
 
remove(Object) - function in java.util.LRUCache
 
remove(Object,Object) - function in java.util.LRUCache
 
remove(long) - function in org.jitsi.utils.queue.QueueStatistics
Registers the removal of a packet.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
Removes a listener to no longer be notified by this active speakerdetector 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 speakerdetector 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 speakerdetector 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 speakerdetector 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 speakerdetector when the active stream changes.
removeAll(Collection) - function in java.util.ArrayBlockingQueueWithShutdown
 
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.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 specificproperty.
removePropertyChangeListener(PropertyChangeListener) - function in org.jitsi.utils.event.PropertyChangeNotifier
Removes a specific PropertyChangeListener from the list oflisteners interested in and notified about changes in the values of theproperties 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 specificproperty.
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
 
replace(K,V,V) - function in java.util.LRUCache
 
replace(K,V) - function in java.util.LRUCache
 
replaceAll(BiFunction) - function in java.util.concurrent.DiagnosticContext
 
replaceAll(BiFunction) - function in java.util.DiagnosticContext.TimeSeriesPoint
 
replaceAll(BiFunction) - function in java.util.LRUCache
 
replacePassword(String,String) - function in org.jitsi.utils.PasswordUtil
The method will replace password argument values with 'X' in a stringwhich represents command line arguments(arg=value arg2=value4).
replacePasswords(String,Array) - function in org.jitsi.utils.PasswordUtil
Does replacePassword for every argument given inpasswordArgs array.
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.
reset() - function in org.jitsi.utils.ResettableLazy
 
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.PeriodicRunnableWithObject
Updates #_lastProcessTime.
run() - function in java.lang.PeriodicRunnableWithObject
 
run() - function in org.jitsi.utils.concurrent.PeriodicRunnable
Updates _lastProcessTime.
run() - function in java.lang.PeriodicRunnable
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W