Uses of Class
org.freedesktop.dbus.connections.transports.AbstractTransport
Packages that use AbstractTransport
Package
Description
-
Uses of AbstractTransport in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as AbstractTransportFields in org.freedesktop.dbus.bin with type parameters of type AbstractTransportModifier and TypeFieldDescriptionprivate Consumer<AbstractTransport> EmbeddedDBusDaemon.bindCallbackprivate Consumer<AbstractTransport> EmbeddedDBusDaemon.connectCallbackMethods in org.freedesktop.dbus.bin that return types with arguments of type AbstractTransportModifier and TypeMethodDescriptionEmbeddedDBusDaemon.getBindCallback()Configured bind callback.EmbeddedDBusDaemon.getConnectCallback()Configured pre-connect callback.Methods in org.freedesktop.dbus.bin with parameters of type AbstractTransportModifier and TypeMethodDescriptionprivate voidEmbeddedDBusDaemon.setDaemonAndStart(AbstractTransport _transport) Method parameters in org.freedesktop.dbus.bin with type arguments of type AbstractTransportModifier and TypeMethodDescriptionvoidEmbeddedDBusDaemon.setBindCallback(Consumer<AbstractTransport> _callback) Callback which will be called by transport right after the server socket was bound.
Server will not yet accept connections at this point, but it started listening on the configured address.voidEmbeddedDBusDaemon.setConnectCallback(Consumer<AbstractTransport> _connectCallback) Callback which will be called by transport right before the socket is bound and connections will be accepted.Constructors in org.freedesktop.dbus.bin with parameters of type AbstractTransport -
Uses of AbstractTransport in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with parameters of type AbstractTransportModifier and TypeMethodDescriptionbooleanSASL.auth(SocketChannel _sock, AbstractTransport _transport) Performs SASL auth on the given socketchannel. -
Uses of AbstractTransport in org.freedesktop.dbus.connections.base
Fields in org.freedesktop.dbus.connections.base declared as AbstractTransportMethods in org.freedesktop.dbus.connections.base that return AbstractTransportModifier and TypeMethodDescriptionprotected AbstractTransportAbstractConnectionBase.getTransport()The currently configured transport. -
Uses of AbstractTransport in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config with type parameters of type AbstractTransportModifier and TypeFieldDescriptionprivate Consumer<AbstractTransport> TransportConfig.afterBindCallbackprivate Consumer<AbstractTransport> TransportConfig.preConnectCallbackMethods in org.freedesktop.dbus.connections.config that return types with arguments of type AbstractTransportModifier and TypeMethodDescriptionTransportConfig.getAfterBindCallback()TransportConfig.getPreConnectCallback()Method parameters in org.freedesktop.dbus.connections.config with type arguments of type AbstractTransportModifier and TypeMethodDescriptionvoidTransportConfig.setAfterBindCallback(Consumer<AbstractTransport> _afterBindCallback) voidTransportConfig.setPreConnectCallback(Consumer<AbstractTransport> _preConnectCallback) TransportConfigBuilder.withAfterBindCallback(Consumer<AbstractTransport> _callback) Set a callback which will be called afterbindImpl()on a server connection was called.
This method is only called if the transport is configured as server connection.TransportConfigBuilder.withPreConnectCallback(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.transportsMethods in org.freedesktop.dbus.connections.transports that return AbstractTransportModifier and TypeMethodDescriptionTransportBuilder.build()Create the transport with the previously provided configuration.Method parameters in org.freedesktop.dbus.connections.transports with type arguments of type AbstractTransportModifier and TypeMethodDescriptionprivate voidAbstractTransport.runCallback(Consumer<AbstractTransport> _callback) Runs a callback if not null.voidAbstractTransport.setPreConnectCallback(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 AbstractTransportModifier and TypeMethodDescriptionITransportProvider.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.jnrModifier and TypeClassDescriptionclassTransport type representing a transport connection to a unix socket.Methods in org.freedesktop.dbus.transport.jnr that return AbstractTransportModifier and TypeMethodDescriptionJnrUnixSocketTransportProvider.createTransport(BusAddress _address, TransportConfig _config) -
Uses of AbstractTransport in org.freedesktop.dbus.transport.jre
Subclasses of AbstractTransport in org.freedesktop.dbus.transport.jreModifier and TypeClassDescriptionclassTransport type representing a transport connection to a unix socket.Methods in org.freedesktop.dbus.transport.jre that return AbstractTransportModifier and TypeMethodDescriptionNativeTransportProvider.createTransport(BusAddress _address, TransportConfig _config) -
Uses of AbstractTransport in org.freedesktop.dbus.transport.tcp
Subclasses of AbstractTransport in org.freedesktop.dbus.transport.tcpModifier and TypeClassDescriptionclassTransport type representing a transport connection to TCP.Methods in org.freedesktop.dbus.transport.tcp that return AbstractTransportModifier and TypeMethodDescriptionTcpTransportProvider.createTransport(BusAddress _address, TransportConfig _config)