Uses of Enum Class
org.kurento.client.DtlsConnectionState
-
Uses of DtlsConnectionState in org.kurento.client
Subclasses with type arguments of type DtlsConnectionState in org.kurento.clientMethods in org.kurento.client that return DtlsConnectionStateModifier and TypeMethodDescriptionDtlsConnection.getState()get The state of the componentDtlsConnectionStateChangeEvent.getState()Getter for the state propertystatic DtlsConnectionStateReturns the enum constant of this class with the specified name.static DtlsConnectionState[]DtlsConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client with parameters of type DtlsConnectionStateModifier and TypeMethodDescriptionvoidDtlsConnection.setState(DtlsConnectionState state) set The state of the componentvoidDtlsConnectionStateChangeEvent.setState(DtlsConnectionState state) Setter for the state propertyConstructors in org.kurento.client with parameters of type DtlsConnectionStateModifierConstructorDescriptionDtlsConnection(String streamId, String componentId, String connectionId, DtlsConnectionState state) Create a DtlsConnectionDtlsConnectionStateChangeEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, String streamId, String componentId, String connectionId, DtlsConnectionState state) Event fired when and ICE component DTLS connection state changes.