Skip navigation links
Kurento Common utils 6.9.1
A B C E G H I J K L N O P R S T U W 

A

Address - Class in org.kurento.commons
 
Address(String, int) - Constructor for class org.kurento.commons.Address
 
Assert - Class in org.kurento.commons.exception
Assertion class to validate parameters within Content API.
Assert() - Constructor for class org.kurento.commons.exception.Assert
 

B

BasicJsonUtils - Class in org.kurento.commons
 
BasicJsonUtils() - Constructor for class org.kurento.commons.BasicJsonUtils
 

C

ClassPath - Class in org.kurento.commons
 
ClassPath() - Constructor for class org.kurento.commons.ClassPath
 
ConfigFileFinder - Class in org.kurento.commons
 
ConfigFileFinder() - Constructor for class org.kurento.commons.ConfigFileFinder
 
ConfigFileManager - Class in org.kurento.commons
 
ConfigFileManager() - Constructor for class org.kurento.commons.ConfigFileManager
 
ConfigFileObject - Class in org.kurento.commons
Bean that stores a loaded configuration file.
ConfigFileObject(Path, JsonObject) - Constructor for class org.kurento.commons.ConfigFileObject
 
ConfigFilePropertyHolder - Class in org.kurento.commons
 
ConfigFilePropertyHolder() - Constructor for class org.kurento.commons.ConfigFilePropertyHolder
 
configurePropertiesFromConfigFile(Path) - Static method in class org.kurento.commons.ConfigFilePropertyHolder
 
create(String) - Static method in class org.kurento.commons.ThreadFactoryCreator
 

E

equals(Object) - Method in class org.kurento.commons.ConfigFileObject
 

G

get(String) - Static method in class org.kurento.commons.ClassPath
 
getConfigFile() - Method in class org.kurento.commons.ConfigFileObject
Return the contents of a config file, as JSON object.
getConfigFilePath() - Method in class org.kurento.commons.ConfigFileObject
Returns the configuration file path.
getHost() - Method in class org.kurento.commons.Address
 
getLoadedConfigFiles() - Method in class org.kurento.commons.ConfigFilePropertyHolder
 
getPort() - Method in class org.kurento.commons.Address
 
getProperty(String) - Method in class org.kurento.commons.ConfigFilePropertyHolder
 
getProperty(String) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, Address) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, int) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, double) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, long) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, String) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, E) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, boolean) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String, Map<String, Object>) - Static method in class org.kurento.commons.PropertiesManager
 
getProperty(String) - Method in interface org.kurento.commons.PropertiesManager.PropertyHolder
 
getPropertyHolder() - Static method in class org.kurento.commons.PropertiesManager
 
getPropertyJson(String, String, Class<T>) - Static method in class org.kurento.commons.PropertiesManager
 
getPropertyJson(String, String, Type) - Static method in class org.kurento.commons.PropertiesManager
 
getPropertyOrException(String, String) - Static method in class org.kurento.commons.PropertiesManager
 
getServiceProvider() - Method in class org.kurento.commons.UrlServiceLoader
 
getStaticUrl() - Method in class org.kurento.commons.UrlServiceLoader
 

H

hashCode() - Method in class org.kurento.commons.ConfigFileObject
 

I

IntegrationTests - Interface in org.kurento.commons.testing
Base category for integration tests
isTrue(boolean, int) - Static method in class org.kurento.commons.exception.Assert
Deprecated.
isTrue(boolean, String, int) - Static method in class org.kurento.commons.exception.Assert
Deprecated.

J

JsonRpcConnectorTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-jsonrpcconnector-test

K

KurentoClientTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-client-test
KurentoControlServerTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-client-test
KurentoException - Exception in org.kurento.commons.exception
It's usage is intended for system-level exceptions.
KurentoException() - Constructor for exception org.kurento.commons.exception.KurentoException
default constructor.
KurentoException(String) - Constructor for exception org.kurento.commons.exception.KurentoException
Constructs a new runtime exception with the specified detail message.
KurentoException(String, Throwable) - Constructor for exception org.kurento.commons.exception.KurentoException
 
KurentoException(Throwable) - Constructor for exception org.kurento.commons.exception.KurentoException
 
KurentoTreeTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-tree

L

loadConfigFile() - Static method in class org.kurento.commons.ConfigFileManager
 
loadConfigFile(String) - Static method in class org.kurento.commons.ConfigFileManager
 

N

nextSecret() - Method in class org.kurento.commons.SecretGenerator
Random word generator.
notNull(Object, int) - Static method in class org.kurento.commons.exception.Assert
Deprecated.
notNull(Object) - Static method in class org.kurento.commons.exception.Assert
Asserts that an object is not null; if it is null, a KurentoMediaFrameworkException is thrown.
notNull(Object, String, int) - Static method in class org.kurento.commons.exception.Assert
Deprecated.
notNull(Object, String) - Static method in class org.kurento.commons.exception.Assert
Asserts that an object is not null; if it is null, a KurentoMediaFrameworkException is thrown.

O

org.kurento.commons - package org.kurento.commons
 
org.kurento.commons.exception - package org.kurento.commons.exception
 
org.kurento.commons.net - package org.kurento.commons.net
 
org.kurento.commons.testing - package org.kurento.commons.testing
 

P

PropertiesManager - Class in org.kurento.commons
 
PropertiesManager() - Constructor for class org.kurento.commons.PropertiesManager
 
PropertiesManager.PropertyHolder - Interface in org.kurento.commons
 

R

RemoteService - Class in org.kurento.commons.net
 
RemoteService() - Constructor for class org.kurento.commons.net.RemoteService
 
RepositoryApiTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-repository-api-test

S

SanityTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to sanity-test.
searchConfigFileInDefaultPlaces(String) - Static method in class org.kurento.commons.ConfigFileFinder
 
searchDefaultConfigFile() - Static method in class org.kurento.commons.ConfigFileFinder
 
SecretGenerator - Class in org.kurento.commons
Random word (integer) generator.
SecretGenerator() - Constructor for class org.kurento.commons.SecretGenerator
 
setConfigFile(JsonObject) - Method in class org.kurento.commons.ConfigFileObject
 
setConfigFilePath(Path) - Method in class org.kurento.commons.ConfigFileObject
 
setHost(String) - Method in class org.kurento.commons.Address
 
setPort(int) - Method in class org.kurento.commons.Address
 
setPropertyHolder(PropertiesManager.PropertyHolder) - Static method in class org.kurento.commons.PropertiesManager
 
SystemCompatibilityTests - Interface in org.kurento.commons.testing
Category for system tests that test compatibility capabilities.
SystemFunctionalTests - Interface in org.kurento.commons.testing
Category for system tests that test functional capabilities.
SystemPerformanceTests - Interface in org.kurento.commons.testing
Category for system tests that test performance capabilities.
SystemQualityTests - Interface in org.kurento.commons.testing
Category for system tests that test quality capabilities.
SystemScalabilityTests - Interface in org.kurento.commons.testing
Category for system tests that test scalability capabilities.
SystemStabilityTests - Interface in org.kurento.commons.testing
Category for system tests that test stability.
SystemTests - Interface in org.kurento.commons.testing
Category for integration tests belonging to kurento-system-test

T

ThreadFactoryCreator - Class in org.kurento.commons
 
ThreadFactoryCreator() - Constructor for class org.kurento.commons.ThreadFactoryCreator
 
TimeoutReentrantLock - Class in org.kurento.commons
 
TimeoutReentrantLock(long, String) - Constructor for class org.kurento.commons.TimeoutReentrantLock
 
TimeoutRuntimeException - Exception in org.kurento.commons
 
TimeoutRuntimeException() - Constructor for exception org.kurento.commons.TimeoutRuntimeException
 
TimeoutRuntimeException(String) - Constructor for exception org.kurento.commons.TimeoutRuntimeException
 
TimeoutRuntimeException(Throwable) - Constructor for exception org.kurento.commons.TimeoutRuntimeException
 
TimeoutRuntimeException(String, Throwable) - Constructor for exception org.kurento.commons.TimeoutRuntimeException
 
TimeoutRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception org.kurento.commons.TimeoutRuntimeException
 
toPropertiesMap(JsonObject) - Static method in class org.kurento.commons.BasicJsonUtils
 
toString() - Method in class org.kurento.commons.Address
 
tryLockTimeout(String) - Method in class org.kurento.commons.TimeoutReentrantLock
 

U

UrlServiceLoader<P> - Class in org.kurento.commons
 
UrlServiceLoader(Path, String, String, String) - Constructor for class org.kurento.commons.UrlServiceLoader
 

W

waitForReady(String, int, int, TimeUnit) - Static method in class org.kurento.commons.net.RemoteService
 
A B C E G H I J K L N O P R S T U W 
Skip navigation links
Kurento Common utils 6.9.1

Copyright © 2019 Kurento. All rights reserved.