| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleInfo> |
ServerInfo.getModules()
get Descriptor of all modules loaded by the server
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInfo.setModules(List<ModuleInfo> modules)
set Descriptor of all modules loaded by the server
|
| Constructor and Description |
|---|
ServerInfo(String version,
List<ModuleInfo> modules,
ServerType type,
List<String> capabilities)
Create a ServerInfo
|
Copyright © 2015 Kurento. All rights reserved.