Uses of Class
org.freedesktop.dbus.connections.BusAddress
-
-
Uses of BusAddress in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as BusAddress Modifier and Type Field Description private BusAddressEmbeddedDBusDaemon. addressConstructors in org.freedesktop.dbus.bin with parameters of type BusAddress Constructor Description EmbeddedDBusDaemon(BusAddress _address) -
Uses of BusAddress in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return BusAddress Modifier and Type Method Description BusAddressBusAddress. addParameter(java.lang.String _parameter, java.lang.String _value)Add a parameter to the address.BusAddressAbstractConnection. getAddress()Returns the address this connection is connected to.BusAddressBusAddress. getListenerAddress()Creates a listening BusAddress if this instance is not already listening.static BusAddressBusAddress. of(java.lang.String _address)Creates a newBusAddressfrom String.static BusAddressBusAddress. of(BusAddress _address)Creates a copy of the givenBusAddress.BusAddressBusAddress. removeParameter(java.lang.String _parameter)Remove parameter with given name.Methods in org.freedesktop.dbus.connections with parameters of type BusAddress Modifier and Type Method Description static BusAddressBusAddress. of(BusAddress _address)Creates a copy of the givenBusAddress.Constructors in org.freedesktop.dbus.connections with parameters of type BusAddress Constructor Description BusAddress(BusAddress _obj)IncomingMessageThread(AbstractConnection _connection, BusAddress _busAddress) -
Uses of BusAddress in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as BusAddress Modifier and Type Field Description private BusAddressTransportConfig. busAddressMethods in org.freedesktop.dbus.connections.config that return BusAddress Modifier and Type Method Description BusAddressTransportConfig. getBusAddress()BusAddressTransportConfigBuilder. getBusAddress()Returns the currently configured BusAddress.Methods in org.freedesktop.dbus.connections.config with parameters of type BusAddress Modifier and Type Method Description voidTransportConfig. setBusAddress(BusAddress _busAddress)XTransportConfigBuilder. withBusAddress(BusAddress _address)Set theBusAddresswhich should be used for the connection.Constructors in org.freedesktop.dbus.connections.config with parameters of type BusAddress Constructor Description TransportConfig(BusAddress _address) -
Uses of BusAddress in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return BusAddress Modifier and Type Method Description private static BusAddressDBusConnectionBuilder. validateTransportAddress(BusAddress _address)Checks if the given address can be used with the available transports.Methods in org.freedesktop.dbus.connections.impl with parameters of type BusAddress Modifier and Type Method Description static DBusConnectionBuilderDBusConnectionBuilder. forAddress(BusAddress _address)Use the given address to create the connection (e.g.private static BusAddressDBusConnectionBuilder. validateTransportAddress(BusAddress _address)Checks if the given address can be used with the available transports.Constructors in org.freedesktop.dbus.connections.impl with parameters of type BusAddress Constructor Description BaseConnectionBuilder(java.lang.Class<R> _returnType, BusAddress _address)DBusConnectionBuilder(BusAddress _address, java.lang.String _machineId)DirectConnectionBuilder(BusAddress _address) -
Uses of BusAddress in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as BusAddress Modifier and Type Field Description private BusAddressAbstractTransport. addressMethods in org.freedesktop.dbus.connections.transports that return BusAddress Modifier and Type Method Description protected BusAddressAbstractTransport. getAddress()Returns theBusAddressused for this transport.BusAddressTransportBuilder. getAddress()The currently configured BusAddress.Methods in org.freedesktop.dbus.connections.transports with parameters of type BusAddress Modifier and Type Method Description static TransportBuilderTransportBuilder. create(BusAddress _address)Creates a newTransportBuilderinstance with the given address.Constructors in org.freedesktop.dbus.connections.transports with parameters of type BusAddress Constructor Description AbstractTransport(BusAddress _address, TransportConfig _config)AbstractUnixTransport(BusAddress _address, TransportConfig _config) -
Uses of BusAddress in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport with parameters of type BusAddress Modifier and Type Method Description default AbstractTransportITransportProvider. createTransport(BusAddress _address, int _timeout)Deprecated, for removal: This API element is subject to removal in a future version.just used for compatibility will be removed in the future.AbstractTransportITransportProvider. createTransport(BusAddress _address, TransportConfig _config)Creates a new instance of this transport service using the given bus address. -
Uses of BusAddress in org.freedesktop.dbus.transport.jnr
Subclasses of BusAddress in org.freedesktop.dbus.transport.jnr Modifier and Type Class Description classJnrUnixBusAddressMethods in org.freedesktop.dbus.transport.jnr with parameters of type BusAddress Modifier and Type Method Description AbstractTransportJnrUnixSocketTransportProvider. createTransport(BusAddress _address, TransportConfig _config)Constructors in org.freedesktop.dbus.transport.jnr with parameters of type BusAddress Constructor Description JnrUnixBusAddress(BusAddress _obj) -
Uses of BusAddress in org.freedesktop.dbus.transport.tcp
Subclasses of BusAddress in org.freedesktop.dbus.transport.tcp Modifier and Type Class Description classTcpBusAddressMethods in org.freedesktop.dbus.transport.tcp with parameters of type BusAddress Modifier and Type Method Description AbstractTransportTcpTransportProvider. createTransport(BusAddress _address, TransportConfig _config)Constructors in org.freedesktop.dbus.transport.tcp with parameters of type BusAddress Constructor Description TcpBusAddress(BusAddress _obj)TcpTransport(BusAddress _address, int _timeout, TransportConfig _config) -
Uses of BusAddress in org.freedesktop.dbus.utils
Methods in org.freedesktop.dbus.utils that return BusAddress Modifier and Type Method Description static BusAddressAddressBuilder. getSessionConnection(java.lang.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.
-