Uses of Class
org.springframework.boot.web.server.Compression
Packages that use Compression
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
Support for embedded web servers.
Classes related to the auto-configuration of a web server.
-
Uses of Compression in org.springframework.boot.tomcat
Constructors in org.springframework.boot.tomcat with parameters of type Compression -
Uses of Compression in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return CompressionModifier and TypeMethodDescription@Nullable Compression
AbstractConfigurableWebServerFactory.getCompression()
Methods in org.springframework.boot.web.server with parameters of type CompressionModifier and TypeMethodDescriptionvoid
AbstractConfigurableWebServerFactory.setCompression
(@Nullable Compression compression) void
ConfigurableWebServerFactory.setCompression
(@Nullable Compression compression) Sets the compression configuration that will be applied to the server's default connector. -
Uses of Compression in org.springframework.boot.web.server.autoconfigure
Methods in org.springframework.boot.web.server.autoconfigure that return Compression