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
ConstructorsConstructorDescriptionDtlsConnectionStateChangeEvent(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 propertyvoidsetComponentId(String componentId) Setter for the componentId propertyvoidsetConnectionId(String connectionId) Setter for the connectionId propertyvoidsetState(DtlsConnectionState state) Setter for the state propertyvoidsetStreamId(String streamId) Setter for the streamId propertyMethods inherited from class MediaEvent
getType, setTypeMethods inherited from class 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
-
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
-