Uses of Class
io.helidon.webserver.ServerResponse.CachingStrategy
-
Packages that use ServerResponse.CachingStrategy Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ServerResponse.CachingStrategy in io.helidon.webserver
Methods in io.helidon.webserver that return ServerResponse.CachingStrategy Modifier and Type Method Description static ServerResponse.CachingStrategy
ServerResponse.CachingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerResponse.CachingStrategy[]
ServerResponse.CachingStrategy. 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 ServerResponse.CachingStrategy Modifier and Type Method Description default ServerResponse
ServerResponse. cachingStrategy(ServerResponse.CachingStrategy cachingStrategy)
Sets theCache-Control
header values according to the specified strategy.
-