Uses of Class
org.freedesktop.dbus.FileDescriptor
Packages that use FileDescriptor
-
Uses of FileDescriptor in org.freedesktop.dbus.messages
Methods 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) -
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)