Class InputStreamMessageReader
java.lang.Object
org.freedesktop.dbus.spi.message.AbstractInputStreamMessageReader
org.freedesktop.dbus.spi.message.InputStreamMessageReader
- All Implemented Interfaces:
Closeable, AutoCloseable, IMessageReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<FileDescriptor> readFileDescriptors(SocketChannel _inputChannel) Methods which will be called when file descriptor passing is enabled.Methods inherited from class AbstractInputStreamMessageReader
close, getLogger, getSocketProviderImpl, isClosed, readMessage, toString
-
Constructor Details
-
InputStreamMessageReader
-
-
Method Details
-
readFileDescriptors
Description copied from class:AbstractInputStreamMessageReaderMethods 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.- Specified by:
readFileDescriptorsin classAbstractInputStreamMessageReader- Parameters:
_inputChannel- input channel to read- Returns:
- List or null
-