Index

A D G N O P S V 
All Classes and Interfaces|All Packages

A

ADVANCED - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Detect leaks for 1% of buffers and track where they were accessed.

D

DISABLED - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Disable leak detection completely.

G

getLeakDetection() - Method in class org.springframework.boot.netty.autoconfigure.NettyProperties
 

N

NettyAutoConfiguration - Class in org.springframework.boot.netty.autoconfigure
Auto-configuration for Netty.
NettyProperties - Class in org.springframework.boot.netty.autoconfigure
@ConfigurationProperties for the Netty engine.
NettyProperties() - Constructor for class org.springframework.boot.netty.autoconfigure.NettyProperties
 
NettyProperties.LeakDetection - Enum Class in org.springframework.boot.netty.autoconfigure
 

O

org.springframework.boot.netty.autoconfigure - package org.springframework.boot.netty.autoconfigure
Auto-configuration for the Netty library.

P

PARANOID - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Detect leaks for 100% of buffers and track where they were accessed.

S

setLeakDetection(NettyProperties.LeakDetection) - Method in class org.springframework.boot.netty.autoconfigure.NettyProperties
 
SIMPLE - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Detect leaks for 1% of buffers.

V

valueOf(String) - Static method in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
Returns an array containing the constants of this enum class, in the order they are declared.
A D G N O P S V 
All Classes and Interfaces|All Packages