Record -
grpc
: ListenerConfiguration
Represents the gRPC server endpoint configuration.
Fields
- host string 0.0.0.0
-
The server hostname.
- secureSocket ListenerSecureSocket? ()
-
The SSL configurations for the client endpoint.
- httpVersion string 2.0
-
HTTP version supported by the endpoint. This should be 2.0 as gRPC works only with HTTP/2.
- timeoutInMillis int DEFAULT_LISTENER_TIMEOUT
-
Period of time in milliseconds that a connection waits for a read/write operation. Use value 0 to disable timeout.