Modul org.freedesktop.dbus
Package org.freedesktop.dbus.spi.message
Klasse OutputStreamMessageWriter
java.lang.Object
org.freedesktop.dbus.spi.message.AbstractOutputStreamMessageWriter
org.freedesktop.dbus.spi.message.OutputStreamMessageWriter
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
,IMessageWriter
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
writeFileDescriptors
(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.Von Klasse geerbte Methoden org.freedesktop.dbus.spi.message.AbstractOutputStreamMessageWriter
close, getLogger, getSocketProviderImpl, isClosed, toString, writeMessage
-
Konstruktordetails
-
OutputStreamMessageWriter
-
-
Methodendetails
-
writeFileDescriptors
protected void writeFileDescriptors(SocketChannel _outputChannel, List<FileDescriptor> _filedescriptors) Beschreibung aus Klasse kopiert:AbstractOutputStreamMessageWriter
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.- Angegeben von:
writeFileDescriptors
in KlasseAbstractOutputStreamMessageWriter
- Parameter:
_outputChannel
- channel to write to_filedescriptors
- file descriptors attached to message
-