Verwendungen von Klasse
org.freedesktop.dbus.connections.BusAddress
Packages, die BusAddress verwenden
Package
Beschreibung
-
Verwendungen von BusAddress in org.freedesktop.dbus.bin
Konstruktoren in org.freedesktop.dbus.bin mit Parametern vom Typ BusAddress -
Verwendungen von BusAddress in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections, die BusAddress zurückgebenModifizierer 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.Methoden in org.freedesktop.dbus.connections mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungprotected IncomingMessageThread
AbstractConnection.createReaderThread
(BusAddress _busAddress) static BusAddress
BusAddress.of
(BusAddress _address) Creates a copy of the givenBusAddress
.Konstruktoren in org.freedesktop.dbus.connections mit Parametern vom Typ BusAddress -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.base
Methoden in org.freedesktop.dbus.connections.base, die BusAddress zurückgebenModifizierer und TypMethodeBeschreibungAbstractConnectionBase.getAddress()
Returns the address this connection is connected to.protected BusAddress
AbstractConnectionBase.getBusAddress()
Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungprotected abstract IncomingMessageThread
AbstractConnectionBase.createReaderThread
(BusAddress _busAddress) Create the read thread for reading incoming messages.Konstruktoren in org.freedesktop.dbus.connections.base mit Parametern vom Typ BusAddressModifiziererKonstruktorBeschreibungIncomingMessageThread
(ConnectionMessageHandler _connection, BusAddress _busAddress) -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.config
Methoden in org.freedesktop.dbus.connections.config, die BusAddress zurückgebenModifizierer und TypMethodeBeschreibungTransportConfig.getBusAddress()
TransportConfigBuilder.getBusAddress()
Returns the currently configured BusAddress.Methoden in org.freedesktop.dbus.connections.config mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungvoid
TransportConfig.setBusAddress
(BusAddress _busAddress) TransportConfigBuilder.withBusAddress
(BusAddress _address) Set theBusAddress
which should be used for the connection.Konstruktoren in org.freedesktop.dbus.connections.config mit Parametern vom Typ BusAddress -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.impl
Methoden in org.freedesktop.dbus.connections.impl mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungstatic DBusConnectionBuilder
DBusConnectionBuilder.forAddress
(BusAddress _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).Konstruktoren in org.freedesktop.dbus.connections.impl mit Parametern vom Typ BusAddressModifiziererKonstruktorBeschreibungprotected
BaseConnectionBuilder
(Class<R> _returnType, BusAddress _address) -
Verwendungen von BusAddress in org.freedesktop.dbus.connections.transports
Methoden in org.freedesktop.dbus.connections.transports, die BusAddress zurückgebenModifizierer und TypMethodeBeschreibungprotected BusAddress
AbstractTransport.getAddress()
Returns theBusAddress
used for this transport.TransportBuilder.getAddress()
The currently configured BusAddress.Methoden in org.freedesktop.dbus.connections.transports mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungstatic TransportBuilder
TransportBuilder.create
(BusAddress _address) Creates a newTransportBuilder
instance with the given address.Konstruktoren in org.freedesktop.dbus.connections.transports mit Parametern vom Typ BusAddressModifiziererKonstruktorBeschreibungprotected
AbstractTransport
(BusAddress _address, TransportConfig _config) protected
AbstractUnixTransport
(BusAddress _address, TransportConfig _config) -
Verwendungen von BusAddress in org.freedesktop.dbus.spi.transport
Methoden in org.freedesktop.dbus.spi.transport mit Parametern vom Typ BusAddressModifizierer 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
Methoden in org.freedesktop.dbus.utils, die BusAddress zurückgebenModifizierer 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.