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 TypeClassDescriptionclass
Deprecated.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 theNettyServerCustomizer
s that will be applied to the Netty server builder.Methods in org.springframework.boot.web.embedded.netty with parameters of type NettyServerCustomizerModifier and TypeMethodDescriptionvoid
NettyReactiveWebServerFactory.addServerCustomizers
(NettyServerCustomizer... serverCustomizers) AddNettyServerCustomizer
s that should be applied while building the server.Method parameters in org.springframework.boot.web.embedded.netty with type arguments of type NettyServerCustomizerModifier and TypeMethodDescriptionvoid
NettyReactiveWebServerFactory.setServerCustomizers
(Collection<? extends NettyServerCustomizer> serverCustomizers) SetNettyServerCustomizer
s that should be applied to the Netty server builder.