Class NettyProperties
java.lang.Object
org.springframework.boot.autoconfigure.netty.NettyProperties
@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
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetLeakDetection(NettyProperties.LeakDetection leakDetection)  
- 
Constructor Details
- 
NettyProperties
public NettyProperties() 
 - 
 - 
Method Details
- 
getLeakDetection
 - 
setLeakDetection
 
 -