Public Member Functions | Public Attributes | List of all members
grpc.beta.implementations.ServerOptions Class Reference
Inheritance diagram for grpc.beta.implementations.ServerOptions:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, multi_method_implementation, request_deserializers, response_serializers, thread_pool, thread_pool_size, default_timeout, maximum_timeout)
 

Public Attributes

 default_timeout
 
 maximum_timeout
 
 multi_method_implementation
 
 request_deserializers
 
 response_serializers
 
 thread_pool
 
 thread_pool_size
 

Detailed Description

A value encapsulating the various options for creation of a Server.

  This class and its instances have no supported interface - it exists to define
  the type of its instances and its instances exist to be passed to other
  functions.

Definition at line 235 of file implementations.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc.beta.implementations.ServerOptions.__init__ (   self,
  multi_method_implementation,
  request_deserializers,
  response_serializers,
  thread_pool,
  thread_pool_size,
  default_timeout,
  maximum_timeout 
)

Definition at line 243 of file implementations.py.

Member Data Documentation

◆ default_timeout

grpc.beta.implementations.ServerOptions.default_timeout

Definition at line 249 of file implementations.py.

◆ maximum_timeout

grpc.beta.implementations.ServerOptions.maximum_timeout

Definition at line 250 of file implementations.py.

◆ multi_method_implementation

grpc.beta.implementations.ServerOptions.multi_method_implementation

Definition at line 244 of file implementations.py.

◆ request_deserializers

grpc.beta.implementations.ServerOptions.request_deserializers

Definition at line 245 of file implementations.py.

◆ response_serializers

grpc.beta.implementations.ServerOptions.response_serializers

Definition at line 246 of file implementations.py.

◆ thread_pool

grpc.beta.implementations.ServerOptions.thread_pool

Definition at line 247 of file implementations.py.

◆ thread_pool_size

grpc.beta.implementations.ServerOptions.thread_pool_size

Definition at line 248 of file implementations.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:32