Class DtlsConnection
java.lang.Object
org.kurento.client.DtlsConnection
The DTLS connection state for a certain stream and component.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of DtlsConnection for serialization with JacksonDtlsConnection(String streamId, String componentId, String connectionId, DtlsConnectionState state) Create a DtlsConnection -
Method Summary
Modifier and TypeMethodDescriptionget The ID of the componentget The ID of the underlying DTLS connectiongetState()get The state of the componentget The ID of the streamvoidsetComponentId(String componentId) set The ID of the componentvoidsetConnectionId(String connectionId) set The ID of the underlying DTLS connectionvoidsetState(DtlsConnectionState state) set The state of the componentvoidsetStreamId(String streamId) set The ID of the stream
-
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
get The ID of the stream -
setStreamId
set The ID of the stream -
getComponentId
get The ID of the component -
setComponentId
set The ID of the component -
getConnectionId
get The ID of the underlying DTLS connection -
setConnectionId
set The ID of the underlying DTLS connection -
getState
get The state of the component -
setState
set The state of the component
-