Uses of Interface
com.lucimber.dbus.connection.ConnectionHandle
Packages that use ConnectionHandle
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionHandle in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return types with arguments of type ConnectionHandleModifier and TypeMethodDescriptionConnectionLifecycleManager.connect
(ConnectionLifecycleManager.ConnectionSupplier connectionSupplier) Initiates a connection attempt.ConnectionLifecycleManager.ConnectionSupplier.connect()
Performs the connection operation.ConnectionStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) Establishes a connection using this transport strategy. -
Uses of ConnectionHandle in com.lucimber.dbus.netty
Classes in com.lucimber.dbus.netty that implement ConnectionHandleModifier and TypeClassDescriptionfinal class
Netty-based implementation of ConnectionHandle.Methods in com.lucimber.dbus.netty that return types with arguments of type ConnectionHandleModifier and TypeMethodDescriptionNettyTcpStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) NettyUnixSocketStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context)