A  B  C  E  F  G  H  I  J  L  M  O  P  R  S  T  V  W 

G

getAcceptedIssuers() - function in org.jitsi.xmpp.TrustAllX509TrustManager
 
getCallable() - function in org.jitsi.retry.RetryTask
Returns a Callable which is the job to be executed by retry strategy.
getCallable() - function in org.jitsi.retry.SimpleRetryTask
Returns a Callable which is the job to be executed by retry strategy.
getCause() - function in java.lang.Throwable
 
getClientConnectedCount() - function in org.jitsi.xmpp.mucclient.MucClientManager
Return the number of MucClients that are successfully connected to XMPP.
getClientCount() - function in org.jitsi.xmpp.mucclient.MucClientManager
Return the number of configured MucClients.
getConfig() - function in org.jitsi.xmpp.mucclient.MucClient
 
getDEFAULT_TLS_CIPHER_SUITES() - function in org.jitsi.rest.JettyBundleActivatorConfig.Companion
 
getDEFAULT_TLS_PROTOCOLS() - function in org.jitsi.rest.JettyBundleActivatorConfig.Companion
 
getDisableCertificateVerification() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getDomain() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getHardFailure() - function in org.jitsi.health.Result
If the fail check failed (success=false) whether it was a hard or soft failure.
getHealth() - function in org.jitsi.rest.Health
 
getHost() - function in org.jitsi.rest.JettyBundleActivatorConfig
The address on which the Jetty server will listen
getHostname() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getId() - function in org.jitsi.xmpp.mucclient.MucClient
 
getId() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getInitialDelay() - function in org.jitsi.retry.RetryTask
Returns the time in ms before this task is launched for the first time.
getInitialDelay() - function in org.jitsi.retry.RetryTask
Returns the time in ms before this task is launched for the first time.
getInterval() - function in org.jitsi.health.HealthChecker
The interval at which health checks will be performed.
getIntOptionValue(java.lang.String,int) - function in org.jitsi.cmd.CmdLine
Returns int value of cmd line argument for given name.
getIqHandlerMode() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getKeyStorePassword() - function in org.jitsi.rest.JettyBundleActivatorConfig
The java.security.KeyStore password to be used by org.eclipse.jetty.util.ssl.SslContextFactory when Jetty serves over HTTPS
getKeyStorePath() - function in org.jitsi.rest.JettyBundleActivatorConfig
The java.security.KeyStore path to be utilized by org.eclipse.jetty.util.ssl.SslContextFactory when Jetty serves over HTTPS.
getLastProcessTime() - function in org.jitsi.utils.concurrent.PeriodicRunnable
 
getLocalizedMessage() - function in java.lang.Throwable
 
getMaxCheckDuration() - function in org.jitsi.health.HealthChecker
The maximum duration that a call to {@link #performCheck()} is allowed to take.
getMessage() - function in java.lang.Throwable
 
getMessage() - function in org.jitsi.health.Result
Optional error message.
getMucClient(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientManager
 
getMucClientIds() - function in org.jitsi.xmpp.mucclient.MucClientManager
Return a list of ids for MUC client configs that have been added.
getMucCount() - function in org.jitsi.xmpp.mucclient.MucClientManager
Return the number of configured MUCs.
getMucJids() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getMucJoinedCount() - function in org.jitsi.xmpp.mucclient.MucClientManager
Return the number of MUCs that have been successfully joined.
getMucNickname() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getNeedClientAuth() - function in org.jitsi.rest.JettyBundleActivatorConfig
Whether or not client certificate authentication is to be required by org.eclipse.jetty.util.ssl.SslContextFactory when Jetty serves over HTTPS
getOptionValue(java.lang.String) - function in org.jitsi.cmd.CmdLine
Returns the value of cmd line argument for given name.
getOptionValue(java.lang.String,java.lang.String) - function in org.jitsi.cmd.CmdLine
Returns the value of cmd line argument for given name.
getPassword() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getPeriod() - function in org.jitsi.utils.concurrent.PeriodicRunnable
 
getPort() - function in org.jitsi.rest.JettyBundleActivatorConfig
The port on which the Jetty server is to listen for HTTP requests
getPort() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getRequiredArguments() - function in org.jitsi.cmd.CmdLine
Returns the list of required arguments.
getResponseCode() - function in org.jitsi.health.Result
Optional HTTP response code to use in HTTP responses.
getResult() - function in org.jitsi.health.HealthCheckService
The result of a health check.
getResult() - function in org.jitsi.health.HealthChecker
The result of a health check.
getRetryDelay() - function in org.jitsi.retry.RetryTask
Returns the delay in ms that we wait before next retry attempt.
getRetryDelay() - function in org.jitsi.retry.RetryTask
Returns the delay in ms that we wait before next retry attempt.
getSecurityMode() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
Gets the security mode for the Smack XMPP connection.
getSendServerVersion() - function in org.jitsi.rest.JettyBundleActivatorConfig
Whether Jetty server version should be sent in HTTP responses
getServletContextHandler() - function in org.jitsi.rest.JettyHelpers
 
getStackTrace() - function in java.lang.Throwable
 
getSticky() - function in org.jitsi.health.Result
Whether the failure is reported only because an earlier failure occurred and the "sticky" mode is enabled.
getStickyFailures() - function in org.jitsi.health.HealthChecker
If set, a single health check failure after the initial {@link #STICKY_FAILURES_GRACE_PERIOD} will be result in the service being permanently unhealthy.
getStickyFailuresGracePeriod() - function in org.jitsi.health.HealthChecker
Failures in this period (since the start of the service) are not sticky.
getStickyFailuresGracePeriodDefault() - function in org.jitsi.health.HealthChecker.Companion
 
getSuccess() - function in org.jitsi.health.Result
Whether the health check was successful or now.
getSuppressed() - function in java.lang.Throwable
 
getTimeout() - function in org.jitsi.health.HealthChecker
If no health checks have been performed in the last {@code timeout} period, the service is considered unhealthy.
getTimeUntilNextRun() - function in org.jitsi.utils.concurrent.PeriodicRunnable
 
getTLS_1_2() - function in org.jitsi.rest.JettyBundleActivatorConfig.Companion
 
getTLS_1_3() - function in org.jitsi.rest.JettyBundleActivatorConfig.Companion
 
getTlsCipherSuites() - function in org.jitsi.rest.JettyBundleActivatorConfig
 
getTlsPort() - function in org.jitsi.rest.JettyBundleActivatorConfig
The port on which the Jetty server is to listen for HTTPS requests
getTlsProtocols() - function in org.jitsi.rest.JettyBundleActivatorConfig
 
getUsername() - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
 
getVersion() - function in org.jitsi.rest.Version
 
A  B  C  E  F  G  H  I  J  L  M  O  P  R  S  T  V  W