Class NettyProperties

java.lang.Object
org.springframework.boot.netty.autoconfigure.NettyProperties

@ConfigurationProperties("spring.netty") public class NettyProperties extends Object
@ConfigurationProperties for the Netty engine.

These properties apply globally to the Netty library, used as a client or a server.

Since:
4.0.0
Author:
Brian Clozel