Uses of Interface
com.lucimber.dbus.connection.ConnectionStrategy
Packages that use ConnectionStrategy
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionStrategy in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return types with arguments of type ConnectionStrategyModifier and TypeMethodDescriptionConnectionStrategyRegistry.findStrategy
(SocketAddress address) Finds the first available strategy that supports the given socket address.ConnectionStrategyRegistry.getAllStrategies()
Gets all registered strategies.ConnectionStrategyRegistry.getAvailableStrategies()
Gets all available strategies (those that can be used on this platform).Methods in com.lucimber.dbus.connection with parameters of type ConnectionStrategyModifier and TypeMethodDescriptionvoid
ConnectionStrategyRegistry.registerStrategy
(ConnectionStrategy strategy) Registers a new connection strategy.Constructor parameters in com.lucimber.dbus.connection with type arguments of type ConnectionStrategyModifierConstructorDescriptionConnectionStrategyRegistry
(List<ConnectionStrategy> strategies) Creates a new registry with the specified strategies. -
Uses of ConnectionStrategy in com.lucimber.dbus.netty
Classes in com.lucimber.dbus.netty that implement ConnectionStrategyModifier and TypeClassDescriptionfinal class
Netty-based connection strategy for TCP transport.final class
Netty-based connection strategy for Unix domain socket transport.