in callouts/python/extproc/service/callout_server.py [0:0]
def __init__(
self,
address: tuple[str, int] | None = None,
port: int | None = None,
health_check_address: tuple[str, int] | None = None,
health_check_port: int | None = None,
combined_health_check: bool = False,
secure_health_check: bool = False,
plaintext_address: tuple[str, int] | None = None,
plaintext_port: int | None = None,
disable_plaintext: bool = False,
default_ip: str | None = None,
cert_chain: bytes | None = None,
cert_chain_path: str | None = './extproc/ssl_creds/chain.pem',
private_key: bytes | None = None,
private_key_path: str = './extproc/ssl_creds/privatekey.pem',
server_thread_count: int = 2,