Class DtlsConnection

java.lang.Object
org.kurento.client.DtlsConnection

public class DtlsConnection extends Object
The DTLS connection state for a certain stream and component.
  • Constructor Details

    • DtlsConnection

      protected DtlsConnection()
      Default private constructor of DtlsConnection for serialization with Jackson
    • DtlsConnection

      public DtlsConnection(String streamId, String componentId, String connectionId, DtlsConnectionState state)
      Create a DtlsConnection
  • Method Details

    • getStreamId

      public String getStreamId()
      get The ID of the stream
    • setStreamId

      public void setStreamId(String streamId)
      set The ID of the stream
    • getComponentId

      public String getComponentId()
      get The ID of the component
    • setComponentId

      public void setComponentId(String componentId)
      set The ID of the component
    • getConnectionId

      public String getConnectionId()
      get The ID of the underlying DTLS connection
    • setConnectionId

      public void setConnectionId(String connectionId)
      set The ID of the underlying DTLS connection
    • getState

      public DtlsConnectionState getState()
      get The state of the component
    • setState

      public void setState(DtlsConnectionState state)
      set The state of the component