Uses of Class
org.freedesktop.dbus.connections.transports.AbstractTransport
-
Packages that use AbstractTransport Package Description org.freedesktop.dbus.connections.transports -
-
Uses of AbstractTransport in org.freedesktop.dbus.connections.transports
Subclasses of AbstractTransport in org.freedesktop.dbus.connections.transports Modifier and Type Class Description classTcpTransportTransport type representing a transport connection to TCP.classUnixSocketTransportTransport type representing a transport connection to a unix socket.Methods in org.freedesktop.dbus.connections.transports that return AbstractTransport Modifier and Type Method Description static AbstractTransportTransportFactory. createTransport(BusAddress _address)Creates a new transport encapsulating connection to a unix socket or TCP socket.static AbstractTransportTransportFactory. createTransport(BusAddress _address, int _timeout)Creates a new transport encapsulating connection to a unix socket or TCP socket.
-