Uses of Interface
org.freedesktop.dbus.spi.message.IMessageReader
-
Packages that use IMessageReader Package Description org.freedesktop.dbus.connections.transports org.freedesktop.dbus.spi.message -
-
Uses of IMessageReader in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as IMessageReader Modifier and Type Field Description private IMessageReaderTransportConnection. readerMethods in org.freedesktop.dbus.connections.transports that return IMessageReader Modifier and Type Method Description IMessageReaderTransportConnection. getReader()Constructors in org.freedesktop.dbus.connections.transports with parameters of type IMessageReader Constructor Description TransportConnection(java.nio.channels.SocketChannel _channel, IMessageWriter _writer, IMessageReader _reader) -
Uses of IMessageReader in org.freedesktop.dbus.spi.message
Classes in org.freedesktop.dbus.spi.message that implement IMessageReader Modifier and Type Class Description classInputStreamMessageReaderMethods in org.freedesktop.dbus.spi.message that return IMessageReader Modifier and Type Method Description IMessageReaderISocketProvider. createReader(java.nio.channels.SocketChannel _socket)Method to create aIMessageReaderimplementation.
-