Modifier and Type | Method and Description |
---|---|
UriEndpointState |
UriEndpoint.getState()
Get State of the endpoint
|
UriEndpointState |
UriEndpointStateChangedEvent.getState()
Getter for the state property
|
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)
Deprecated.
[DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
|
Copyright © 2019 Kurento. All rights reserved.