Uses of Interface
org.springframework.boot.web.embedded.netty.NettyServerCustomizer
Packages that use NettyServerCustomizer
Package
Description
Embedded reactive web server implementation backed by Netty.
-
Uses of NettyServerCustomizer in org.springframework.boot.web.embedded.netty
Classes in org.springframework.boot.web.embedded.netty that implement NettyServerCustomizerModifier and TypeClassDescriptionclassDeprecated.this class is meant for Spring Boot internal use only.Methods in org.springframework.boot.web.embedded.netty that return types with arguments of type NettyServerCustomizerModifier and TypeMethodDescriptionNettyReactiveWebServerFactory.getServerCustomizers()Returns a mutable collection of theNettyServerCustomizers that will be applied to the Netty server builder.Methods in org.springframework.boot.web.embedded.netty with parameters of type NettyServerCustomizerModifier and TypeMethodDescriptionvoidNettyReactiveWebServerFactory.addServerCustomizers(NettyServerCustomizer... serverCustomizers) AddNettyServerCustomizers that should be applied while building the server.Method parameters in org.springframework.boot.web.embedded.netty with type arguments of type NettyServerCustomizerModifier and TypeMethodDescriptionvoidNettyReactiveWebServerFactory.setServerCustomizers(Collection<? extends NettyServerCustomizer> serverCustomizers) SetNettyServerCustomizers that should be applied to the Netty server builder.