Uses of Enum Class
org.kurento.client.ConnectionState
-
Uses of ConnectionState in org.kurento.client
Subclasses with type arguments of type ConnectionState in org.kurento.clientMethods in org.kurento.client that return ConnectionStateModifier and TypeMethodDescriptionBaseRtpEndpoint.getConnectionState()Get Connection state.ConnectionStateChangedEvent.getNewState()Getter for the newState propertyConnectionStateChangedEvent.getOldState()Getter for the oldState propertystatic ConnectionStateReturns the enum constant of this class with the specified name.static ConnectionState[]ConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client that return types with arguments of type ConnectionStateModifier and TypeMethodDescriptionBaseRtpEndpoint.getConnectionState(Transaction tx) Get Connection state.Methods in org.kurento.client with parameters of type ConnectionStateModifier and TypeMethodDescriptionvoidConnectionStateChangedEvent.setNewState(ConnectionState newState) Setter for the newState propertyvoidConnectionStateChangedEvent.setOldState(ConnectionState oldState) Setter for the oldState propertyMethod parameters in org.kurento.client with type arguments of type ConnectionStateModifier and TypeMethodDescriptionvoidBaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont) Get Connection state.Constructors in org.kurento.client with parameters of type ConnectionStateModifierConstructorDescriptionConnectionStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, ConnectionState oldState, ConnectionState newState) This event is raised when the connection between two peers changes.