Uses of Class
org.freedesktop.dbus.connections.transports.TransportBuilder
Packages that use TransportBuilder
-
Uses of TransportBuilder in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return TransportBuilderModifier and TypeMethodDescriptionstatic TransportBuilderCreates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.create(BusAddress _address) Creates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.createWithDynamicSession(String _transportType) Creates a newTransportBuilderwith a dynamically created address.TransportBuilder.isListening(boolean _listen) Toggle the created transport to be a listening (server) or initiating (client) connection.TransportBuilder.withAutoConnect(boolean _connect) Instantly connect to DBus whenbuild()is called.TransportBuilder.withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode) Set a different SASL authentication mode.TransportBuilder.withTimeout(int _timeout) Set the connection timeout (usually only used for TCP based transports).TransportBuilder.withUnixSocketFileGroup(String _group) The group of the socket file if a unix socket is used and this is a server transport.TransportBuilder.withUnixSocketFileOwner(String _user) The owner of the socket file if a unix socket is used and this is a server transport.TransportBuilder.withUnixSocketFilePermissions(PosixFilePermission... _permissions) The permissions which will be set on socket file if a unix socket is used and this is a server transport.