Uses of Class
org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
-
Packages that use CompressedHttpServletResponse.Algorithm Package Description org.omnifaces.servlet -
-
Uses of CompressedHttpServletResponse.Algorithm in org.omnifaces.servlet
Methods in org.omnifaces.servlet that return CompressedHttpServletResponse.Algorithm Modifier and Type Method Description static CompressedHttpServletResponse.Algorithm
CompressedHttpServletResponse.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressedHttpServletResponse.Algorithm[]
CompressedHttpServletResponse.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.servlet that return types with arguments of type CompressedHttpServletResponse.Algorithm Modifier and Type Method Description static Optional<CompressedHttpServletResponse.Algorithm>
CompressedHttpServletResponse.Algorithm. find(HttpServletRequest request)
Returns the best algorithm matching the given HTTP servlet request.Constructors in org.omnifaces.servlet with parameters of type CompressedHttpServletResponse.Algorithm Constructor Description CompressedHttpServletResponse(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.
-