| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
BaseRtpEndpoint.getConnectionState() |
ConnectionState |
ConnectionStateChangedEvent.getNewState()
Getter for the newState property
|
ConnectionState |
ConnectionStateChangedEvent.getOldState()
Getter for the oldState property
|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TFuture<ConnectionState> |
BaseRtpEndpoint.getConnectionState(Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionStateChangedEvent.setNewState(ConnectionState newState)
Setter for the newState property
|
void |
ConnectionStateChangedEvent.setOldState(ConnectionState oldState)
Setter for the oldState property
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont) |
| Constructor and Description |
|---|
ConnectionStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
ConnectionState oldState,
ConnectionState newState)
Indicates that the state of the connection has changed
|
Copyright © 2015 Kurento. All rights reserved.