Uses of Enum Class
org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Package
Description
Auto-configuration for the Netty library.
-
Uses of NettyProperties.LeakDetection in org.springframework.boot.autoconfigure.netty
Modifier and TypeMethodDescriptionNettyProperties.getLeakDetection()
Returns the enum constant of this class with the specified name.static NettyProperties.LeakDetection[]
NettyProperties.LeakDetection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NettyProperties.setLeakDetection
(NettyProperties.LeakDetection leakDetection)