class documentation

class KeepAliveConfig: (source)

View In Hierarchy

Keep-alive configuration for client connections.

Class Variable default Default keep alive config.
Class Variable interval_millis Interval to send HTTP2 keep alive pings.
Class Variable timeout_millis Timeout that the keep alive must be responded to within or the connection will be closed.
Method _to_bridge_config Undocumented

Default keep alive config.

interval_millis: int = (source)

Interval to send HTTP2 keep alive pings.

timeout_millis: int = (source)

Timeout that the keep alive must be responded to within or the connection will be closed.

Undocumented