Uses of Class
org.freedesktop.dbus.connections.transports.TransportConnection
Packages that use TransportConnection
-
Uses of TransportConnection in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as TransportConnectionModifier and TypeFieldDescriptionprivate final TransportConnectionDBusDaemon.ConnectionStruct.connectionMethods in org.freedesktop.dbus.bin with parameters of type TransportConnectionModifier and TypeMethodDescription(package private) voidDBusDaemon.addSock(TransportConnection _s) private DBusSignalDBusDaemon.DBusServer.generatedNameOwnerChangedSignal(TransportConnection _connection, String _name, String _oldOwner, String _newOwner) Create a 'NameOwnerChanged' signal manually.private DBusSignalDBusDaemon.DBusServer.generateNameAcquiredSignal(TransportConnection _connection, String _name) Create a 'NameAcquired' signal manually.
This is required because the implementation in DBusNameAquired is for receiving of this signal only.Constructors in org.freedesktop.dbus.bin with parameters of type TransportConnection -
Uses of TransportConnection in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as TransportConnectionModifier and TypeFieldDescriptionprivate TransportConnectionAbstractTransport.transportConnectionMethods in org.freedesktop.dbus.connections.transports that return TransportConnectionModifier and TypeMethodDescriptionprivate TransportConnectionAbstractTransport.createInputOutput(SocketChannel _socket) Setup message reader/writer.AbstractTransport.getTransportConnection()Returns the current transport connection.private TransportConnectionAbstractTransport.internalConnect(IThrowingSupplier<SocketChannel, IOException> _channelProvider) Method used internally to do the actual connect.final TransportConnectionAbstractTransport.listen()Start listening on created transport.