Package org.kurento.client
Class DtlsConnection
java.lang.Object
org.kurento.client.DtlsConnection
The DTLS connection state for a certain stream and component.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default 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 streamvoid
setComponentId
(String componentId) set The ID of the componentvoid
setConnectionId
(String connectionId) set The ID of the underlying DTLS connectionvoid
setState
(DtlsConnectionState state) set The state of the componentvoid
setStreamId
(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
-