Uses of Enum Class
io.helidon.webserver.BackpressureStrategy
Packages that use BackpressureStrategy
-
Uses of BackpressureStrategy in io.helidon.webserver
Methods in io.helidon.webserver that return BackpressureStrategyModifier and TypeMethodDescriptiondefault BackpressureStrategySocketConfiguration.backpressureStrategy()Strategy for applying backpressure to the reactive stream of response data.static BackpressureStrategyReturns the enum constant of this class with the specified name.static BackpressureStrategy[]BackpressureStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webserver with parameters of type BackpressureStrategyModifier and TypeMethodDescriptionvoidBareResponse.backpressureStrategy(BackpressureStrategy backpressureStrategy) Set the backpressure strategy used for requesting response data.ServerConfiguration.Builder.backpressureStrategy(BackpressureStrategy backpressureStrategy) Deprecated.Sets a backpressure strategy for the server to apply against user provided response upstream.SocketConfiguration.Builder.backpressureStrategy(BackpressureStrategy backpressureStrategy) SocketConfiguration.SocketConfigurationBuilder.backpressureStrategy(BackpressureStrategy backpressureStrategy) Sets a backpressure strategy for the server to apply against user provided response upstream.WebServer.Builder.backpressureStrategy(BackpressureStrategy backpressureStrategy)