Class ServerInfo
java.lang.Object
org.kurento.client.ServerInfo
Description of the media server
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of ServerInfo for serialization with JacksonServerInfo(String version, List<ModuleInfo> modules, ServerType type, List<String> capabilities) Create a ServerInfo -
Method Summary
Modifier and TypeMethodDescriptionget Describes the capabilities that this server supportsget Descriptor of all modules loaded by the servergetType()get Describes the type of media serverget MediaServer versionvoidsetCapabilities(List<String> capabilities) set Describes the capabilities that this server supportsvoidsetModules(List<ModuleInfo> modules) set Descriptor of all modules loaded by the servervoidsetType(ServerType type) set Describes the type of media servervoidsetVersion(String version) set MediaServer version
-
Constructor Details
-
ServerInfo
protected ServerInfo()Default private constructor of ServerInfo for serialization with Jackson -
ServerInfo
public ServerInfo(String version, List<ModuleInfo> modules, ServerType type, List<String> capabilities) Create a ServerInfo
-
-
Method Details
-
getVersion
get MediaServer version -
setVersion
set MediaServer version -
getModules
get Descriptor of all modules loaded by the server -
setModules
set Descriptor of all modules loaded by the server -
getType
get Describes the type of media server -
setType
set Describes the type of media server -
getCapabilities
-
setCapabilities
-