Uses of Class
org.freedesktop.dbus.FileDescriptor
Packages that use FileDescriptor
Package
Description
-
Uses of FileDescriptor in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return FileDescriptorModifier and TypeMethodDescriptionstatic FileDescriptorFileDescriptor.fromJavaFileDescriptor(FileDescriptor _data, ISocketProvider _provider) Utility method to create a DBusFileDescriptorfrom aFileDescriptor.
Tries to use the provided ISocketProvider if present first.
If not present or conversion failed, tries to convert using reflection. -
Uses of FileDescriptor in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages with type parameters of type FileDescriptorMethods in org.freedesktop.dbus.messages that return types with arguments of type FileDescriptorMethod parameters in org.freedesktop.dbus.messages with type arguments of type FileDescriptorModifier and TypeMethodDescriptionstatic MessageMessageFactory.createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, List<FileDescriptor> _filedescriptors) (package private) voidMessage.populate(byte[] _msg, byte[] _headers, byte[] _body, List<FileDescriptor> _descriptors) Create a message from wire-format data. -
Uses of FileDescriptor in org.freedesktop.dbus.spi.message
Methods in org.freedesktop.dbus.spi.message that return types with arguments of type FileDescriptorModifier and TypeMethodDescriptionprotected 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) Method parameters in org.freedesktop.dbus.spi.message with type arguments of type FileDescriptorModifier and TypeMethodDescriptionprotected abstract voidAbstractOutputStreamMessageWriter.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 voidOutputStreamMessageWriter.writeFileDescriptors(SocketChannel _outputChannel, List<FileDescriptor> _filedescriptors)