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) 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.private TransportConnectionAbstractTransport.internalConnect()final TransportConnectionAbstractTransport.listen()Start listening on created transport.