All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.1
Show newest version
#
#Wed Sep 13 22:58:59 CEST 2023
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.keepAliveTime=Sets a custom keep-alive duration. This configures the time before sending a `keepalive` ping\nwhen there is no read activity.
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.permitKeepAliveTime=Sets a custom permit-keep-alive duration. This configures the most aggressive keep-alive time clients\nare permitted to configure.\nThe server will try to detect clients exceeding this rate and when detected will forcefully close the connection.\n\n@see \#permitKeepAliveWithoutCalls
io.quarkus.grpc.runtime.config.GrpcServerNettyConfig.permitKeepAliveWithoutCalls=Sets whether to allow clients to send keep-alive HTTP/2 PINGs even if\nthere are no outstanding RPCs on the connection.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy