Configuration
Configuration for the NettyApplicationEngine
Properties
User-provided function to configure Netty's ChannelPipeline
User-provided function to configure Netty's ServerBootstrap
If set to true
, enables HTTP/2 protocol for Netty engine
User-provided function to configure Netty's HttpServerCodec
The maximum length of the content or each chunk
The maximum length of all headers. If the sum of the length of each header exceeds this value, a TooLongFrameException will be raised.
The url limit including query parameters
Timeout in seconds for reading requests from client, "0" is infinite.
Timeout in seconds for sending responses to client
Number of concurrently running requests from the same http pipeline
Do not create separate call event group and reuse worker group for processing calls
If set to true
, enables TCP keep alive for connections so all dead client connections will be discarded. The timeout period is configured by the system so configure your host accordingly.