Index
All Classes and Interfaces|All Packages
A
- addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Add
NettyRouteProviders that should be applied, in order, before the handler for the Spring application. - addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Add
NettyServerCustomizers that should be applied while building the server. - apply(HttpServer) - Method in class org.springframework.boot.reactor.netty.SslServerCustomizer
C
- createSslContextSpec(SslBundle) - Method in class org.springframework.boot.reactor.netty.SslServerCustomizer
-
Create an
AbstractProtocolSslContextSpecfor a givenSslBundle. - customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
G
- getConnectionTimeout() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getH2cMaxContentLength() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getIdleTimeout() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getInitialBufferSize() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getMaxInitialLineLength() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getMaxKeepAliveRequests() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- getOrder() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
- getPort() - Method in class org.springframework.boot.reactor.netty.NettyWebServer
- getServerCustomizers() - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Returns a mutable collection of the
NettyServerCustomizers that will be applied to the Netty server builder. - getShutdownQuietPeriod() - Method in class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyProperties
- getStartedLogMessage() - Method in class org.springframework.boot.reactor.netty.NettyWebServer
- getWebServer(HttpHandler) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
I
- isValidateHeaders() - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
N
- NettyReactiveManagementContextAutoConfiguration - Class in org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server
-
Auto-configuration for a Netty-based reactive management context.
- NettyReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server.NettyReactiveManagementContextAutoConfiguration
- NettyReactiveWebServerAutoConfiguration - Class in org.springframework.boot.reactor.netty.autoconfigure
-
Auto-configurationfor a Netty-based reactive web server. - NettyReactiveWebServerAutoConfiguration() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerAutoConfiguration
- NettyReactiveWebServerFactory - Class in org.springframework.boot.reactor.netty
-
ReactiveWebServerFactorythat can be used to createNettyWebServers. - NettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
- NettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
- NettyReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.reactor.netty.autoconfigure
-
Customization for Netty-specific features.
- NettyReactiveWebServerFactoryCustomizer(Environment, ServerProperties, NettyServerProperties) - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
- NettyRouteProvider - Interface in org.springframework.boot.reactor.netty
-
Function that can add new routes to an
HttpServerRoutesinstance. - NettyServerCustomizer - Interface in org.springframework.boot.reactor.netty
-
Mapping function that can be used to customize a Reactor Netty server instance.
- NettyServerProperties - Class in org.springframework.boot.reactor.netty.autoconfigure
-
Netty server properties.
- NettyServerProperties() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- NettyWebServer - Class in org.springframework.boot.reactor.netty
-
WebServerthat can be used to control a Reactor Netty web server. - NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory) - Constructor for class org.springframework.boot.reactor.netty.NettyWebServer
-
Creates a new
NettyWebServerinstance.
O
- org.springframework.boot.reactor.netty - package org.springframework.boot.reactor.netty
-
Reactive web server implementation backed by Netty.
- org.springframework.boot.reactor.netty.autoconfigure - package org.springframework.boot.reactor.netty.autoconfigure
-
Auto-configuration for Reactor Netty.
- org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server - package org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server
-
Auto-configuration for Reactor Netty actuator web concerns.
R
- ReactorNettyConfigurations - Class in org.springframework.boot.reactor.netty.autoconfigure
-
Configurations for Reactor Netty.
- ReactorNettyConfigurations.ReactorResourceFactoryConfiguration - Class in org.springframework.boot.reactor.netty.autoconfigure
- ReactorNettyProperties - Class in org.springframework.boot.reactor.netty.autoconfigure
-
Configuration properties for Reactor Netty.
- ReactorNettyProperties() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyProperties
- ReactorResourceFactoryConfiguration() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyConfigurations.ReactorResourceFactoryConfiguration
S
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setH2cMaxContentLength(DataSize) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setIdleTimeout(Duration) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setInitialBufferSize(DataSize) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the server.
- setMaxInitialLineLength(DataSize) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setMaxKeepAliveRequests(Integer) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Set the
ReactorResourceFactoryto get the shared resources from. - setRouteProviders(List) - Method in class org.springframework.boot.reactor.netty.NettyWebServer
- setServerCustomizers(Collection) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Set
NettyServerCustomizers that should be applied to the Netty server builder. - setShutdownQuietPeriod(Duration) - Method in class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyProperties
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.reactor.netty.NettyReactiveWebServerFactory
-
Set if x-forward-* headers should be processed.
- setValidateHeaders(boolean) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyServerProperties
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.reactor.netty.NettyWebServer
-
Initiates a graceful shutdown of the Netty web server.
- SslServerCustomizer - Class in org.springframework.boot.reactor.netty
-
NettyServerCustomizerthat configures SSL for the given Reactor Netty server instance. - SslServerCustomizer(Http2, Ssl.ClientAuth, SslBundle, Map) - Constructor for class org.springframework.boot.reactor.netty.SslServerCustomizer
- start() - Method in class org.springframework.boot.reactor.netty.NettyWebServer
- stop() - Method in class org.springframework.boot.reactor.netty.NettyWebServer
All Classes and Interfaces|All Packages