クラス NettyProperties

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

@ConfigurationProperties(prefix="spring.netty") public class NettyProperties extends ObjectSE
Netty エンジン用の @ConfigurationProperties

これらのプロパティは、クライアントまたはサーバーとして使用される Netty ライブラリにグローバルに適用されます。

導入:
2.5.0
作成者:
Brian Clozel