Uses of Enum Class
io.helidon.webserver.BackpressureStrategy
-
Uses of BackpressureStrategy in io.helidon.webserver
Modifier and TypeMethodDescriptiondefault BackpressureStrategy
SocketConfiguration.backpressureStrategy()
Strategy for applying backpressure to the reactive stream of response data.static BackpressureStrategy
Returns 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.Modifier and TypeMethodDescriptionvoid
BareResponse.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)