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 NettyConnectionNettyConnection.newSessionBusConnection()Creates a connection for the standard session bus path.static NettyConnectionNettyConnection.newSessionBusConnection(ConnectionConfig config) Creates a connection for the standard session bus path with custom configuration.static NettyConnectionNettyConnection.newSystemBusConnection()Creates a connection for the standard system bus path.static NettyConnectionNettyConnection.newSystemBusConnection(ConnectionConfig config) Creates a connection for the standard system bus path with custom configuration.