Uses of Enum Class
net.solarnetwork.central.web.support.ContentCachingService.CompressionType
Packages that use ContentCachingService.CompressionType
-
Uses of ContentCachingService.CompressionType in net.solarnetwork.central.web.support
Methods in net.solarnetwork.central.web.support that return ContentCachingService.CompressionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ContentCachingService.CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.solarnetwork.central.web.support with parameters of type ContentCachingService.CompressionTypeModifier and TypeMethodDescriptionvoidContentCachingService.cacheResponse(String key, jakarta.servlet.http.HttpServletRequest request, int statusCode, org.springframework.http.HttpHeaders headers, InputStream content, ContentCachingService.CompressionType compression) Cache a response after completing an intercepted response.voidJCacheContentCachingService.cacheResponse(String key, jakarta.servlet.http.HttpServletRequest request, int statusCode, org.springframework.http.HttpHeaders headers, InputStream content, ContentCachingService.CompressionType compressionType)