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 BusAddressCreates a newBusAddressfrom String.static BusAddressBusAddress.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 IncomingMessageThreadAbstractConnection.createReaderThread(BusAddress _busAddress) static BusAddressBusAddress.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 BusAddressAbstractConnectionBase.getBusAddress()Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungprotected abstract IncomingMessageThreadAbstractConnectionBase.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 TypMethodeBeschreibungvoidTransportConfig.setBusAddress(BusAddress _busAddress) TransportConfigBuilder.withBusAddress(BusAddress _address) Set theBusAddresswhich 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 DBusConnectionBuilderDBusConnectionBuilder.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 BusAddressModifiziererKonstruktorBeschreibungprotectedBaseConnectionBuilder(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 BusAddressAbstractTransport.getAddress()Returns theBusAddressused for this transport.TransportBuilder.getAddress()The currently configured BusAddress.Methoden in org.freedesktop.dbus.connections.transports mit Parametern vom Typ BusAddressModifizierer und TypMethodeBeschreibungstatic TransportBuilderTransportBuilder.create(BusAddress _address) Creates a newTransportBuilderinstance with the given address.Konstruktoren in org.freedesktop.dbus.connections.transports mit Parametern vom Typ BusAddressModifiziererKonstruktorBeschreibungprotectedAbstractTransport(BusAddress _address, TransportConfig _config) protectedAbstractUnixTransport(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 BusAddressAddressBuilder.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 BusAddressAddressBuilder.getSystemConnection()Determine the address of the DBus system connection.