Uses of Enum Class
org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Packages that use NettyProperties.LeakDetection
Package
Description
Auto-configuration for the Netty library.
-
Uses of NettyProperties.LeakDetection in org.springframework.boot.autoconfigure.netty
Methods in org.springframework.boot.autoconfigure.netty that return NettyProperties.LeakDetectionModifier 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.Methods in org.springframework.boot.autoconfigure.netty with parameters of type NettyProperties.LeakDetectionModifier and TypeMethodDescriptionvoid
NettyProperties.setLeakDetection
(NettyProperties.LeakDetection leakDetection)