Module org.freedesktop.dbus
Package org.freedesktop.dbus.spi.message
Class OutputStreamMessageWriter
java.lang.Object
org.freedesktop.dbus.spi.message.AbstractOutputStreamMessageWriter
org.freedesktop.dbus.spi.message.OutputStreamMessageWriter
- All Implemented Interfaces:
Closeable,AutoCloseable,IMessageWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteFileDescriptors(SocketChannel _outputChannel, List<FileDescriptor> _filedescriptors) Called to write any file descriptors to the given channel.
Should do nothing if there is no file descriptor to write, or method is not supported.Methods inherited from class org.freedesktop.dbus.spi.message.AbstractOutputStreamMessageWriter
close, getLogger, getSocketProviderImpl, isClosed, toString, writeMessage
-
Constructor Details
-
OutputStreamMessageWriter
-
-
Method Details
-
writeFileDescriptors
protected void writeFileDescriptors(SocketChannel _outputChannel, List<FileDescriptor> _filedescriptors) Description copied from class:AbstractOutputStreamMessageWriterCalled to write any file descriptors to the given channel.
Should do nothing if there is no file descriptor to write, or method is not supported.- Specified by:
writeFileDescriptorsin classAbstractOutputStreamMessageWriter- Parameters:
_outputChannel- channel to write to_filedescriptors- file descriptors attached to message
-