Interface ServerCodecConfigurer

All Superinterfaces:
CodecConfigurer
All Known Implementing Classes:
DefaultServerCodecConfigurer

public interface ServerCodecConfigurer extends CodecConfigurer
Extension of CodecConfigurer for HTTP message reader and writer options relevant on the server side.

HTTP message readers for the following are registered by default:

HTTP message writers registered by default:

Since:
5.0
Author:
Rossen Stoyanchev