
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 | |
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.
| 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.
| grpc.beta.implementations.ServerOptions.default_timeout |
Definition at line 249 of file implementations.py.
| grpc.beta.implementations.ServerOptions.maximum_timeout |
Definition at line 250 of file implementations.py.
| grpc.beta.implementations.ServerOptions.multi_method_implementation |
Definition at line 244 of file implementations.py.
| grpc.beta.implementations.ServerOptions.request_deserializers |
Definition at line 245 of file implementations.py.
| grpc.beta.implementations.ServerOptions.response_serializers |
Definition at line 246 of file implementations.py.
| grpc.beta.implementations.ServerOptions.thread_pool |
Definition at line 247 of file implementations.py.
| grpc.beta.implementations.ServerOptions.thread_pool_size |
Definition at line 248 of file implementations.py.