| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
UriEndpointState |
UriEndpointStateChangedEvent.getState()
Getter for the state property
|
UriEndpointState |
UriEndpoint.getState()
Get State of the endpoint
|
static UriEndpointState |
UriEndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriEndpointState[] |
UriEndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TFuture<UriEndpointState> |
UriEndpoint.getState(Transaction tx)
Get State of the endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
UriEndpointStateChangedEvent.setState(UriEndpointState state)
Setter for the state property
|
| Modifier and Type | Method and Description |
|---|---|
void |
UriEndpoint.getState(Continuation<UriEndpointState> cont)
Get State of the endpoint
|
| Constructor and Description |
|---|
UriEndpointStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
UriEndpointState state)
Indicates the new state of the endpoint
|
Copyright © 2022 Kurento. All rights reserved.