Verwendungen von Klasse
org.freedesktop.dbus.connections.BusAddress
Package
Beschreibung
-
Verwendungen von BusAddress in org.freedesktop.dbus.bin
-
Verwendungen von BusAddress in org.freedesktop.dbus.connections
Modifizierer und TypMethodeBeschreibungBusAddress.addParameter
(String _parameter, String _value) Add a parameter to the address.BusAddress.getListenerAddress()
Creates a listening BusAddress if this instance is not already listening.static BusAddress
Creates a newBusAddress
from String.static BusAddress
BusAddress.of
(BusAddress _address) Creates a copy of the givenBusAddress
.BusAddress.removeParameter
(String _parameter) Remove parameter with given name.Modifizierer und TypMethodeBeschreibungprotected IncomingMessageThread
AbstractConnection.createReaderThread
(BusAddress _busAddress) static BusAddress
BusAddress.of
(BusAddress _address) Creates a copy of the givenBusAddress
. -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungAbstractConnectionBase.getAddress()
Returns the address this connection is connected to.protected BusAddress
AbstractConnectionBase.getBusAddress()
Modifizierer und TypMethodeBeschreibungprotected abstract IncomingMessageThread
AbstractConnectionBase.createReaderThread
(BusAddress _busAddress) Create the read thread for reading incoming messages.ModifiziererKonstruktorBeschreibungIncomingMessageThread
(ConnectionMessageHandler _connection, BusAddress _busAddress) -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.config
Modifizierer und TypMethodeBeschreibungTransportConfig.getBusAddress()
TransportConfigBuilder.getBusAddress()
Returns the currently configured BusAddress.Modifizierer und TypMethodeBeschreibungvoid
TransportConfig.setBusAddress
(BusAddress _busAddress) TransportConfigBuilder.withBusAddress
(BusAddress _address) Set theBusAddress
which should be used for the connection. -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.impl
Modifizierer und TypMethodeBeschreibungstatic DBusConnectionBuilder
DBusConnectionBuilder.forAddress
(BusAddress _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).ModifiziererKonstruktorBeschreibungprotected
BaseConnectionBuilder
(Class<R> _returnType, BusAddress _address) -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.transports
Modifizierer und TypMethodeBeschreibungprotected BusAddress
AbstractTransport.getAddress()
Returns theBusAddress
used for this transport.TransportBuilder.getAddress()
The currently configured BusAddress.Modifizierer und TypMethodeBeschreibungstatic TransportBuilder
TransportBuilder.create
(BusAddress _address) Creates a newTransportBuilder
instance with the given address.ModifiziererKonstruktorBeschreibungprotected
AbstractTransport
(BusAddress _address, TransportConfig _config) protected
AbstractUnixTransport
(BusAddress _address, TransportConfig _config) -
Verwendungen von BusAddress in org.freedesktop.dbus.spi.transport
Modifizierer und TypMethodeBeschreibungITransportProvider.createTransport
(BusAddress _address, TransportConfig _config) Creates a new instance of this transport service using the given bus address. -
Verwendungen von BusAddress in org.freedesktop.dbus.utils
Modifizierer und TypMethodeBeschreibungstatic BusAddress
AddressBuilder.getSessionConnection
(String _dbusMachineIdFile) Retrieves the connection address to connect to the DBus session-bus.
Will return TCP connection when no unix transport found and TCP is available.static BusAddress
AddressBuilder.getSystemConnection()
Determine the address of the DBus system connection.