Uses of Interface
com.lucimber.dbus.connection.ConnectionContext
Packages that use ConnectionContext
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionContext in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection with parameters of type ConnectionContextModifier and TypeMethodDescriptionConnectionStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) Establishes a connection using this transport strategy. -
Uses of ConnectionContext in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty with parameters of type ConnectionContextModifier and TypeMethodDescriptionNettyTcpStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context) NettyUnixSocketStrategy.connect
(SocketAddress address, ConnectionConfig config, ConnectionContext context)