Uses of Class
org.freedesktop.dbus.connections.transports.AbstractTransport
Packages that use AbstractTransport
Package
Description
-
Uses of AbstractTransport in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with parameters of type AbstractTransportModifier and TypeMethodDescriptionbooleanSASL.auth(SASL.SaslMode _mode, int _types, String _guid, SocketChannel _sock, AbstractTransport _transport) Performs SASL auth on the given socketchannel. -
Uses of AbstractTransport in org.freedesktop.dbus.connections.transports
Subclasses of AbstractTransport in org.freedesktop.dbus.connections.transportsMethods in org.freedesktop.dbus.connections.transports that return AbstractTransportModifier and TypeMethodDescriptionTransportBuilder.build()Create the transport with the previously provided configuration.static AbstractTransportTransportFactory.createTransport(BusAddress _address) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket.static AbstractTransportTransportFactory.createTransport(BusAddress _address, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket.static AbstractTransportTransportFactory.createTransport(BusAddress _address, int _timeout, boolean _connect) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket. -
Uses of AbstractTransport in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport that return AbstractTransportModifier and TypeMethodDescriptionITransportProvider.createTransport(BusAddress _address, int _timeout) Creates a new instance of this transport service using the given bus address.