类 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.

从以下版本开始:
2.5.0
作者:
Brian Clozel