Class TransportConnection

java.lang.Object
org.freedesktop.dbus.connections.transports.TransportConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class TransportConnection extends Object implements Closeable
Represents one transport connection of any type.

A transport connection is bound to a SocketChannel which might be a connection to a DBusServer when used as client or a connection from a client when running as server.

Since:
v4.2.2 - 2023-02-02
Author:
hypfvieh