arrowflight.server_options

Module for [ServerOptions] class

Types 3

Methods
GType _gType() @property
ServerOptions self()Returns `this`, for use in `with` statements.
ServerOptionsGidBuilder builder()Get builder for [arrowflight.server_options.ServerOptions] Returns: New builder object
arrowflight.server_auth_handler.ServerAuthHandler authHandler() @propertyGet `authHandler` property. Returns: The authentication handler.
void authHandler(arrowflight.server_auth_handler.ServerAuthHandler propval) @propertySet `authHandler` property. Params: propval = The authentication handler.
arrowflight.location.Location location() @propertyGet `location` property. Returns: The location to be listened.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T authHandler(arrowflight.server_auth_handler.ServerAuthHandler propval)Set `authHandler` property. Params: propval = The authentication handler. Returns: Builder instance for fluent chaining
T location(arrowflight.location.Location propval)Set `location` property. Params: propval = The location to be listened. Returns: Builder instance for fluent chaining

Fluent builder for [arrowflight.server_options.ServerOptions]