Class IceConnection

java.lang.Object
org.kurento.client.IceConnection

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

    • IceConnection

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

      public IceConnection(String streamId, int componentId, IceComponentState state)
      Create a IceConnection
  • 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 int getComponentId()
      get The ID of the component
    • setComponentId

      public void setComponentId(int componentId)
      set The ID of the component
    • getState

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

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