Class NettyProperties

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

@ConfigurationProperties(prefix="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:
2.5.0
Author:
Brian Clozel