Uses of Class
com.lucimber.dbus.netty.NettyConnection
Packages that use NettyConnection
Package
Description
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of NettyConnection in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty that return NettyConnectionModifier and TypeMethodDescriptionstatic NettyConnection
NettyConnection.newSessionBusConnection()
Creates a connection for the standard session bus path.static NettyConnection
NettyConnection.newSessionBusConnection
(ConnectionConfig config) Creates a connection for the standard session bus path with custom configuration.static NettyConnection
NettyConnection.newSystemBusConnection()
Creates a connection for the standard system bus path.static NettyConnection
NettyConnection.newSystemBusConnection
(ConnectionConfig config) Creates a connection for the standard system bus path with custom configuration.