Klasse TransportConnection

java.lang.Object
org.freedesktop.dbus.connections.transports.TransportConnection
Alle implementierten Schnittstellen:
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.

Seit:
v4.2.2 - 2023-02-02
Autor:
hypfvieh