@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.
Modifier and Type | Class and Description |
---|---|
static class |
NettyProperties.LeakDetection |
Constructor and Description |
---|
NettyProperties() |
Modifier and Type | Method and Description |
---|---|
NettyProperties.LeakDetection |
getLeakDetection() |
void |
setLeakDetection(NettyProperties.LeakDetection leakDetection) |
public NettyProperties.LeakDetection getLeakDetection()
public void setLeakDetection(NettyProperties.LeakDetection leakDetection)