BufferStream
Object Hierarchy:
Description:
public class BufferStream : Object
Content:
Properties:
- public Socket? socket { get; set; }
Creation methods:
Methods:
- public void attach (Notification notif)
Client receive path: attach the next queued fd to a notification.
- public void close ()
- public async void connect_client (string main_socket_path) throws Error
Client: connect the **.fd** leg and start watching.
- public void receive_one () throws Error
One recvmsg; queue a
Buffer with the stolen fd.
- public void start_watch ()
Client: watch fd channel and fill pending
.
- public Buffer? take_pending ()
Pop the next received fd (client). FIFO — matches fd-first send
order.
- public void write_with (Buffer? buffer, Serializable serializable, Stream bin) throws Error
Server send path: fd on this channel first, then bin object on main.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref