C D G O R S 

C

create() - Static method in class org.kurento.repository.RepositoryClientProvider
Creates a client to a server instance.
create(String) - Static method in class org.kurento.repository.RepositoryClientProvider
Creates a client to a server instance found on the provided URL.
createProvider() - Static method in class org.kurento.repository.RepositoryClientProvider
Creates a provider for clients to a server instance.
createProvider(String) - Static method in class org.kurento.repository.RepositoryClientProvider
Creates a provider for clients to a server instance.
createRepositoryItem(Map<String, String>) - Method in interface org.kurento.repository.RepositoryClient
Creates a new repository item with the provided metadata, ready for media recording.

D

DEFAULT_REPOSITORY_URL - Static variable in class org.kurento.repository.RepositoryUrlLoader
 

G

getReadEndpoint(String) - Method in interface org.kurento.repository.RepositoryClient
Obtains a new endpoint for reading (playing multimedia) from the repository item.
getRepositoryClient() - Method in class org.kurento.repository.RepositoryClientProvider
Gets the repository client.
getRepositoryItemMetadata(String) - Method in interface org.kurento.repository.RepositoryClient
Returns the metadata from a repository item.
getRepositoryUrl() - Method in class org.kurento.repository.RepositoryUrlLoader
 
getRepositoryUrl() - Method in interface org.kurento.repository.RepositoryUrlProvider
 

O

org.kurento.repository - package org.kurento.repository
 
org.kurento.repository.service.pojo - package org.kurento.repository.service.pojo
 

R

regexFindItems(Map<String, String>) - Method in interface org.kurento.repository.RepositoryClient
Searches for repository items by each pair of attributes whose values can be regex Strings.
removeRepositoryItem(String) - Method in interface org.kurento.repository.RepositoryClient
Removes the repository item associated to the provided id.
REPOSITORY_URL_PROPERTY - Static variable in class org.kurento.repository.RepositoryUrlLoader
 
REPOSITORY_URL_PROVIDER_PROPERTY - Static variable in class org.kurento.repository.RepositoryUrlLoader
 
RepositoryClient - Interface in org.kurento.repository
Client API for the Kurento repository server application.
RepositoryClientProvider - Class in org.kurento.repository
Factory to create RepositoryClient that can be used to access services offered by a repository server application.
RepositoryItemPlayer - Class in org.kurento.repository.service.pojo
POJO representing an Http endpoint of a RepositoryItem that can be used for playing (retrieving) multimedia.
RepositoryItemPlayer() - Constructor for class org.kurento.repository.service.pojo.RepositoryItemPlayer
 
RepositoryItemRecorder - Class in org.kurento.repository.service.pojo
POJO representing an Http endpoint of a RepositoryItem that can be used for recording multimedia.
RepositoryItemRecorder() - Constructor for class org.kurento.repository.service.pojo.RepositoryItemRecorder
 
RepositoryUrlLoader - Class in org.kurento.repository
 
RepositoryUrlLoader(Path) - Constructor for class org.kurento.repository.RepositoryUrlLoader
 
RepositoryUrlProvider - Interface in org.kurento.repository
 

S

setRepositoryItemMetadata(String, Map<String, String>) - Method in interface org.kurento.repository.RepositoryClient
Replaces the metadata of a repository item.
simpleFindItems(Map<String, String>) - Method in interface org.kurento.repository.RepositoryClient
Searches for repository items by each pair of attributes and their expected values.
C D G O R S