arrowflight.server

Module for [Server] class

Types 3

Methods
GType _gType() @property
Server self()Returns `this`, for use in `with` statements.
ServerGidBuilder builder()Get builder for [arrowflight.server.Server] Returns: New builder object
int getPort()
bool shutdown()Shuts down the serve. This function can be called from signal handler or another thread. Returns: true on success, false on error. Throws: [ErrorWrap]
bool wait()
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrowflight.server.Server]

Methods