Uses of Enum Class
com.lucimber.dbus.connection.ConnectionState
Packages that use ConnectionState
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionState in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return ConnectionStateModifier and TypeMethodDescriptionConnectionHealthHandler.getCurrentState()Gets the current connection state.Connection.getState()Gets the current connection state.ConnectionLifecycleManager.getState()Gets the current connection state.DummyConnection.getState()static 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 com.lucimber.dbus.connection that return types with arguments of type ConnectionStateMethods in com.lucimber.dbus.connection with parameters of type ConnectionStateModifier and TypeMethodDescriptionvoidConnectionContext.onStateChanged(ConnectionState newState) Called when the connection state changes.static ConnectionEventConnectionEvent.stateChanged(ConnectionState oldState, ConnectionState newState) Creates a state change event.ConnectionEvent.Builder.withNewState(ConnectionState newState) ConnectionEvent.Builder.withOldState(ConnectionState oldState) -
Uses of ConnectionState in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty that return ConnectionState