Klasse InputStreamMessageReader

java.lang.Object
org.freedesktop.dbus.spi.message.AbstractInputStreamMessageReader
org.freedesktop.dbus.spi.message.InputStreamMessageReader
Alle implementierten Schnittstellen:
Closeable, AutoCloseable, IMessageReader

public class InputStreamMessageReader extends AbstractInputStreamMessageReader
  • Konstruktordetails

    • InputStreamMessageReader

      public InputStreamMessageReader(SocketChannel _in)
  • Methodendetails

    • readFileDescriptors

      protected List<FileDescriptor> readFileDescriptors(SocketChannel _inputChannel)
      Beschreibung aus Klasse kopiert: AbstractInputStreamMessageReader
      Methods which will be called when file descriptor passing is enabled. The implementation should fetch all file descriptors which have been transmitted and return them as List. If no file descriptor is available or feature is not supported, return null.
      Angegeben von:
      readFileDescriptors in Klasse AbstractInputStreamMessageReader
      Parameter:
      _inputChannel - input channel to read
      Gibt zurück:
      List or null