Class DtlsConnectionStateChangeEvent

java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.DtlsConnectionStateChangeEvent
All Implemented Interfaces:
Event

public class DtlsConnectionStateChangeEvent extends MediaEvent
Event fired when and ICE component DTLS connection state changes. See :rom:cls:`DtlsComponentState` for a list of possible states.
  • 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 event
      timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
      tags -
      type - Type of event that was raised
      streamId - The ID of the stream
      componentId - The ID of the component
      connectionId - ID of the underlying DTLS connection
      state - The state of the component
  • Method Details

    • getStreamId

      public String getStreamId()
      Getter for the streamId property
      Returns:
      The ID of the stream *
    • setStreamId

      public void setStreamId(String streamId)
      Setter for the streamId property
      Parameters:
      streamId - The ID of the stream
    • getComponentId

      public String getComponentId()
      Getter for the componentId property
      Returns:
      The ID of the component *
    • setComponentId

      public void setComponentId(String componentId)
      Setter for the componentId property
      Parameters:
      componentId - The ID of the component
    • getConnectionId

      public String getConnectionId()
      Getter for the connectionId property
      Returns:
      ID of the underlying DTLS connection *
    • setConnectionId

      public void setConnectionId(String connectionId)
      Setter for the connectionId property
      Parameters:
      connectionId - ID of the underlying DTLS connection
    • getState

      public DtlsConnectionState getState()
      Getter for the state property
      Returns:
      The state of the component *
    • setState

      public void setState(DtlsConnectionState state)
      Setter for the state property
      Parameters:
      state - The state of the component