public class ServerInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
ServerInfo()
Default private constructor of ServerInfo for serialization with Jackson
|
|
ServerInfo(String version,
List<ModuleInfo> modules,
ServerType type,
List<String> capabilities)
Create a ServerInfo
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getCapabilities()
get Describes the capabilities that this server supports
|
List<ModuleInfo> |
getModules()
get Descriptor of all modules loaded by the server
|
ServerType |
getType()
get Describes the type of mediaserver
|
String |
getVersion()
get MediaServer version
|
void |
setCapabilities(List<String> capabilities)
set Describes the capabilities that this server supports
|
void |
setModules(List<ModuleInfo> modules)
set Descriptor of all modules loaded by the server
|
void |
setType(ServerType type)
set Describes the type of mediaserver
|
void |
setVersion(String version)
set MediaServer version
|
protected ServerInfo()
public ServerInfo(String version, List<ModuleInfo> modules, ServerType type, List<String> capabilities)
public String getVersion()
public void setVersion(String version)
public List<ModuleInfo> getModules()
public void setModules(List<ModuleInfo> modules)
public ServerType getType()
public void setType(ServerType type)
public List<String> getCapabilities()
Copyright © 2022 Kurento. All rights reserved.