- Companion:
- object
Value members
Concrete methods
A micro-optimizations that ignores all further modifications to the response and encodes the current version into a Netty response. The netty response is cached and reused for subsequent requests. This allows the server to reduce memory utilization under load by not having to encode the response for each request. In case the response is modified the server will detect the changes and encode the response again, however it will turn out to be counter productive.
A micro-optimizations that ignores all further modifications to the response and encodes the current version into a Netty response. The netty response is cached and reused for subsequent requests. This allows the server to reduce memory utilization under load by not having to encode the response for each request. In case the response is modified the server will detect the changes and encode the response again, however it will turn out to be counter productive.
Updates the headers using the provided function
Updates the headers using the provided function
- Definition Classes