Uses of Class
io.helidon.webserver.BackpressureStrategy
-
Packages that use BackpressureStrategy Package Description io.helidon.webserver Reactive web server API. -
-
Uses of BackpressureStrategy in io.helidon.webserver
Methods in io.helidon.webserver that return BackpressureStrategy Modifier and Type Method Description default BackpressureStrategy
SocketConfiguration. backpressureStrategy()
Strategy for applying backpressure to the reactive stream of response data.static BackpressureStrategy
BackpressureStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackpressureStrategy[]
BackpressureStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.webserver with parameters of type BackpressureStrategy Modifier and Type Method Description void
BareResponse. backpressureStrategy(BackpressureStrategy backpressureStrategy)
Set the backpressure strategy used for requesting response data.ServerConfiguration.Builder
ServerConfiguration.Builder. backpressureStrategy(BackpressureStrategy backpressureStrategy)
Deprecated.Sets a backpressure strategy for the server to apply against user provided response upstream.SocketConfiguration.Builder
SocketConfiguration.Builder. backpressureStrategy(BackpressureStrategy backpressureStrategy)
B
SocketConfiguration.SocketConfigurationBuilder. backpressureStrategy(BackpressureStrategy backpressureStrategy)
Sets a backpressure strategy for the server to apply against user provided response upstream.WebServer.Builder
WebServer.Builder. backpressureStrategy(BackpressureStrategy backpressureStrategy)
-