arrowflight.server_options
Module for [ServerOptions] class
Types 3
Methods
ServerOptions self()Returns `this`, for use in `with` statements.ServerOptionsGidBuilder builder()Get builder for [arrowflight.server_options.ServerOptions] Returns: New builder objectarrowflight.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.Methods
T authHandler(arrowflight.server_auth_handler.ServerAuthHandler propval)Set `authHandler` property. Params: propval = The authentication handler. Returns: Builder instance for fluent chainingT location(arrowflight.location.Location propval)Set `location` property. Params: propval = The location to be listened. Returns: Builder instance for fluent chainingFluent builder for [arrowflight.server_options.ServerOptions]
Methods