Uses of Class
org.springframework.boot.web.server.Compression
Packages that use Compression
Package
Description
Auto-configuration for common web concerns.
Support for embedded web servers.
-
Uses of Compression in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return Compression -
Uses of Compression in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return CompressionMethods in org.springframework.boot.web.server with parameters of type CompressionModifier and TypeMethodDescriptionvoidAbstractConfigurableWebServerFactory.setCompression(Compression compression) voidConfigurableWebServerFactory.setCompression(Compression compression) Sets the compression configuration that will be applied to the server's default connector.