| Package | Description | 
|---|---|
| org.springframework.boot.autoconfigure.web | Auto-configuration for common web concerns. | 
| org.springframework.boot.web.server | Support for embedded web servers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Compression | ServerProperties. getCompression() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compression | AbstractConfigurableWebServerFactory. getCompression() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractConfigurableWebServerFactory. setCompression(Compression compression) | 
| void | ConfigurableWebServerFactory. setCompression(Compression compression)Sets the compression configuration that will be applied to the server's default
 connector. |