Package org.kurento.client
Class DtlsConnectionStateChangeEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.DtlsConnectionStateChangeEvent
- All Implemented Interfaces:
Event
Event fired when and ICE component DTLS connection state changes.
See :rom:cls:`DtlsComponentState` for a list of possible states.
-
Constructor Summary
ConstructorDescriptionDtlsConnectionStateChangeEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, String streamId, String componentId, String connectionId, DtlsConnectionState state) Event fired when and ICE component DTLS connection state changes. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the componentId propertyGetter for the connectionId propertygetState()
Getter for the state propertyGetter for the streamId propertyvoid
setComponentId
(String componentId) Setter for the componentId propertyvoid
setConnectionId
(String connectionId) Setter for the connectionId propertyvoid
setState
(DtlsConnectionState state) Setter for the state propertyvoid
setStreamId
(String streamId) Setter for the streamId propertyMethods inherited from class org.kurento.client.MediaEvent
getType, setType
Methods inherited from class org.kurento.client.RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
DtlsConnectionStateChangeEvent
public DtlsConnectionStateChangeEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, String streamId, String componentId, String connectionId, DtlsConnectionState state) Event fired when and ICE component DTLS connection state changes. See :rom:cls:`DtlsComponentState` for a list of possible states.- Parameters:
source
- Object that raised the eventtimestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
-type
- Type of event that was raisedstreamId
- The ID of the streamcomponentId
- The ID of the componentconnectionId
- ID of the underlying DTLS connectionstate
- The state of the component
-
-
Method Details
-
getStreamId
Getter for the streamId property- Returns:
- The ID of the stream *
-
setStreamId
Setter for the streamId property- Parameters:
streamId
- The ID of the stream
-
getComponentId
Getter for the componentId property- Returns:
- The ID of the component *
-
setComponentId
Setter for the componentId property- Parameters:
componentId
- The ID of the component
-
getConnectionId
Getter for the connectionId property- Returns:
- ID of the underlying DTLS connection *
-
setConnectionId
Setter for the connectionId property- Parameters:
connectionId
- ID of the underlying DTLS connection
-
getState
Getter for the state property- Returns:
- The state of the component *
-
setState
Setter for the state property- Parameters:
state
- The state of the component
-