| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
ServerType |
ServerInfo.getType()
get Describes the type of mediaserver
|
static ServerType |
ServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInfo.setType(ServerType type)
set Describes the type of mediaserver
|
| Constructor and Description |
|---|
ServerInfo(String version,
List<ModuleInfo> modules,
ServerType type,
List<String> capabilities)
Create a ServerInfo
|
Copyright © 2015 Kurento. All rights reserved.