Class IceConnection
java.lang.Object
org.kurento.client.IceConnection
The ICE connection state for a certain stream and component.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of IceConnection for serialization with JacksonIceConnection(String streamId, int componentId, IceComponentState state) Create a IceConnection -
Method Summary
Modifier and TypeMethodDescriptionintget The ID of the componentgetState()get The state of the componentget The ID of the streamvoidsetComponentId(int componentId) set The ID of the componentvoidsetState(IceComponentState state) set The state of the componentvoidsetStreamId(String streamId) set The ID of the stream
-
Constructor Details
-
IceConnection
protected IceConnection()Default private constructor of IceConnection for serialization with Jackson -
IceConnection
Create a IceConnection
-
-
Method Details
-
getStreamId
get The ID of the stream -
setStreamId
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
get The state of the component -
setState
set The state of the component
-