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