Server
Object Hierarchy:
Description:
[ Version ( since = "0.1" ) ]
public abstract class Server : Object
Server that feeds a VSGI.Handler with incoming requests.
Once you have initialized a Server instance, start it by calling GLib.Application.run with the command-line
arguments or a set of predefined arguments.
The server should be implemented by overriding the GLib.Application.command_line signal.
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public abstract void listen (SocketAddress? address = null) throws Error
Prepare the server for listening on the provided socket address.
- public abstract void listen_socket (Socket socket) throws Error
Prepare the server for listening on the provided socket.
- public abstract void stop ()
Stop accepting new connections.
- public virtual Pid fork () throws Error
Fork the execution.
- protected async bool dispatch_async (Request req, Response res, int priority = DEFAULT) throws Error
Dispatch the request to the application callback.
- public int run (string[] args = new string[0] {})
Inherited Members:
All known members inherited from class GLib.Object
- @new
- new_valist
- newv
- new_with_properties
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- freeze_notify
- @get
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- notify_property
- @ref
- ref_sink
- replace_data
- replace_qdata
- remove_toggle_ref
- remove_weak_pointer
- @set
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
- notify
- ref_count