Uses of Class
com.lucimber.dbus.connection.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionConfig in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()
Builds a new ConnectionConfig instance with the configured values.static ConnectionConfig
ConnectionConfig.defaultConfig()
Creates a default configuration with all default timeout values.Connection.getConfig()
Retrieves the configuration for this connection.DummyConnection.getConfig()
Methods in com.lucimber.dbus.connection with parameters of type ConnectionConfigModifier and TypeMethodDescriptionConnectionStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) Establishes a connection using this transport strategy.DummyConnection.Builder.withConfig
(ConnectionConfig config) Sets the connection configuration.Constructors in com.lucimber.dbus.connection with parameters of type ConnectionConfigModifierConstructorDescriptionCreates a new connection health handler with the specified configuration.ConnectionLifecycleManager
(ConnectionConfig config, String connectionId) Creates a new connection lifecycle manager.Creates a new reconnection handler with the specified configuration. -
Uses of ConnectionConfig in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty that return ConnectionConfigMethods in com.lucimber.dbus.netty with parameters of type ConnectionConfigModifier and TypeMethodDescriptionNettyTcpStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) NettyUnixSocketStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) static NettyConnection
NettyConnection.newSessionBusConnection
(ConnectionConfig config) Creates a connection for the standard session bus path with custom configuration.static NettyConnection
NettyConnection.newSystemBusConnection
(ConnectionConfig config) Creates a connection for the standard system bus path with custom configuration.Constructors in com.lucimber.dbus.netty with parameters of type ConnectionConfigModifierConstructorDescriptionNettyConnection
(SocketAddress serverAddress, ConnectionConfig config) NettyConnectionHandle
(io.netty.channel.Channel channel, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionConfig config, RealityCheckpoint realityCheckpoint)