Verwendungen von Klasse
org.freedesktop.dbus.FileDescriptor
Package
Beschreibung
-
Verwendungen von FileDescriptor in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic FileDescriptor
FileDescriptor.fromJavaFileDescriptor
(FileDescriptor _data, ISocketProvider _provider) Utility method to create a DBusFileDescriptor
from aFileDescriptor
.
Tries to use the provided ISocketProvider if present first.
If not present or conversion failed, tries to convert using reflection. -
Verwendungen von FileDescriptor in org.freedesktop.dbus.messages
Modifizierer und TypMethodeBeschreibungstatic Message
MessageFactory.createMessage
(byte _type, byte[] _buf, byte[] _header, byte[] _body, List<FileDescriptor> _filedescriptors) -
Verwendungen von FileDescriptor in org.freedesktop.dbus.spi.message
Modifizierer und TypMethodeBeschreibungprotected abstract List
<FileDescriptor> AbstractInputStreamMessageReader.readFileDescriptors
(SocketChannel _inputChannel) Methods which will be called when file descriptor passing is enabled.protected List
<FileDescriptor> InputStreamMessageReader.readFileDescriptors
(SocketChannel _inputChannel) Modifizierer und TypMethodeBeschreibungprotected abstract void
AbstractOutputStreamMessageWriter.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.protected void
OutputStreamMessageWriter.writeFileDescriptors
(SocketChannel _outputChannel, List<FileDescriptor> _filedescriptors)