Uses of Enum Class
org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
Packages that use CompressedHttpServletResponse.Algorithm
-
Uses of CompressedHttpServletResponse.Algorithm in org.omnifaces.servlet
Methods in org.omnifaces.servlet that return CompressedHttpServletResponse.AlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CompressedHttpServletResponse.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.omnifaces.servlet that return types with arguments of type CompressedHttpServletResponse.AlgorithmModifier and TypeMethodDescriptionCompressedHttpServletResponse.Algorithm.find(HttpServletRequest request) Returns the best algorithm matching the given HTTP servlet request.Constructors in org.omnifaces.servlet with parameters of type CompressedHttpServletResponse.AlgorithmModifierConstructorDescriptionCompressedHttpServletResponse(HttpServletResponse response, CompressedHttpServletResponse.Algorithm algorithm, int threshold, Set<String> mimetypes) Construct a new compressed HTTP servlet response based on the given response, algorithm, threshold and mimetypes.