Home
last modified time | relevance | path

Searched defs:_ServerState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_server.py1073 class _ServerState(object): class
1120 state: _ServerState, generic_handlers: Iterable[grpc.GenericRpcHandler]
1126 def _add_insecure_port(state: _ServerState, address: bytes) -> int:
1132 state: _ServerState,
1142 def _request_call(state: _ServerState) -> None:
1150 def _stop_serving(state: _ServerState) -> bool:
1161 def _on_call_completed(state: _ServerState) -> None:
1167 state: _ServerState, event: cygrpc.BaseEvent
1215 def _serve(state: _ServerState) -> None:
1230 def _begin_shutdown_once(state: _ServerState) -> None:
[all …]