| Package | Description |
|---|---|
| org.freedesktop.dbus.connections.transports |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpTransport
Transport type representing a transport connection to TCP.
|
class |
UnixSocketTransport
Transport type representing a transport connection to a unix socket.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractTransport |
TransportFactory.createTransport(BusAddress _address)
Creates a new transport encapsulating connection to a unix socket or TCP socket.
|
static AbstractTransport |
TransportFactory.createTransport(BusAddress _address,
int _timeout)
Creates a new transport encapsulating connection to a unix socket or TCP socket.
|
Copyright © 2020. All rights reserved.