Package org.kurento.client
Class ServerInfo
java.lang.Object
org.kurento.client.ServerInfo
Description of the media server
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default 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 versionvoid
setCapabilities
(List<String> capabilities) set Describes the capabilities that this server supportsvoid
setModules
(List<ModuleInfo> modules) set Descriptor of all modules loaded by the servervoid
setType
(ServerType type) set Describes the type of media servervoid
setVersion
(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
get Describes the capabilities that this server supports -
setCapabilities
set Describes the capabilities that this server supports
-