Uses of Class
org.freedesktop.dbus.connections.transports.AbstractTransport
-
-
Uses of AbstractTransport in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as AbstractTransport Modifier and Type Field Description private AbstractTransportDBusDaemon. transportMethods in org.freedesktop.dbus.bin with parameters of type AbstractTransport Modifier and Type Method Description private voidEmbeddedDBusDaemon. setDaemonAndStart(AbstractTransport _transport)Constructors in org.freedesktop.dbus.bin with parameters of type AbstractTransport Constructor Description DBusDaemon(AbstractTransport _transport) -
Uses of AbstractTransport in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections declared as AbstractTransport Modifier and Type Field Description private AbstractTransportAbstractConnection. transportMethods in org.freedesktop.dbus.connections with parameters of type AbstractTransport Modifier and Type Method Description booleanSASL. auth(java.nio.channels.SocketChannel _sock, AbstractTransport _transport)Performs SASL auth on the given socketchannel. -
Uses of AbstractTransport in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config with type parameters of type AbstractTransport Modifier and Type Field Description private java.util.function.Consumer<AbstractTransport>TransportConfig. preConnectCallbackMethods in org.freedesktop.dbus.connections.config that return types with arguments of type AbstractTransport Modifier and Type Method Description java.util.function.Consumer<AbstractTransport>TransportConfig. getPreConnectCallback()Method parameters in org.freedesktop.dbus.connections.config with type arguments of type AbstractTransport Modifier and Type Method Description voidTransportConfig. setPreConnectCallback(java.util.function.Consumer<AbstractTransport> _preConnectCallback)XTransportConfigBuilder. withPreConnectCallback(java.util.function.Consumer<AbstractTransport> _callback)Set a callback which will be called right before the connection to the transport is established. -
Uses of AbstractTransport in org.freedesktop.dbus.connections.transports
Subclasses of AbstractTransport in org.freedesktop.dbus.connections.transports Modifier and Type Class Description classAbstractUnixTransportMethods in org.freedesktop.dbus.connections.transports that return AbstractTransport Modifier and Type Method Description AbstractTransportTransportBuilder. build()Create the transport with the previously provided configuration.Method parameters in org.freedesktop.dbus.connections.transports with type arguments of type AbstractTransport Modifier and Type Method Description voidAbstractTransport. setPreConnectCallback(java.util.function.Consumer<AbstractTransport> _run)Set a callback which will be called right before the connection will be established to the transport. -
Uses of AbstractTransport in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport that return AbstractTransport 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 AbstractTransport in org.freedesktop.dbus.transport.jnr
Subclasses of AbstractTransport in org.freedesktop.dbus.transport.jnr Modifier and Type Class Description classUnixSocketTransportTransport type representing a transport connection to a unix socket.Methods in org.freedesktop.dbus.transport.jnr that return AbstractTransport Modifier and Type Method Description AbstractTransportJnrUnixSocketTransportProvider. createTransport(BusAddress _address, TransportConfig _config) -
Uses of AbstractTransport in org.freedesktop.dbus.transport.tcp
Subclasses of AbstractTransport in org.freedesktop.dbus.transport.tcp Modifier and Type Class Description classTcpTransportTransport type representing a transport connection to TCP.Methods in org.freedesktop.dbus.transport.tcp that return AbstractTransport Modifier and Type Method Description AbstractTransportTcpTransportProvider. createTransport(BusAddress _address, TransportConfig _config)
-