Class NettyConnectionHandle

java.lang.Object
com.lucimber.dbus.netty.NettyConnectionHandle
All Implemented Interfaces:
ConnectionHandle

public final class NettyConnectionHandle extends Object implements ConnectionHandle
Netty-based implementation of ConnectionHandle.

This class wraps a Netty Channel and provides the transport-agnostic ConnectionHandle interface for the D-Bus connection layer.

  • Constructor Details

    • NettyConnectionHandle

      public NettyConnectionHandle(io.netty.channel.Channel channel, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionConfig config, RealityCheckpoint realityCheckpoint)
  • Method Details