Search

14.4.3. Configuring Netty HTTP

download PDF
Netty HTTP tunnels packets over the HTTP protocol. It can be useful in scenarios where firewalls only allow HTTP traffic to pass.
Netty HTTP uses the same properties as Netty TCP but adds the following additional properties:
http-enabled
Set to true to enable HTTP.
http-client-idle-time
The period of time (in milliseconds) a client can be idle before sending an empty HTTP request to keep the connection alive.
http-client-idle-scan-period
How often, in milliseconds, to scan for idle clients.
http-response-time
The period of time in milliseconds the server should wait before sending an empty HTTP response to keep the connection alive.
http-server-scan-period
How often, in milliseconds, to scan for clients requiring responses.
http-requires-session-id
When true, the client waits to receive a session ID after the first call. This is used when the HTTP connector is connecting to the servlet acceptor (not recommended).
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.