Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.context.embedded |
Support for embedded servlet containers.
|
org.springframework.boot.context.embedded.undertow |
Support for Undertow
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
Compression |
ServerProperties.getCompression() |
Modifier and Type | Method and Description |
---|---|
Compression |
AbstractConfigurableEmbeddedServletContainer.getCompression() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setCompression(Compression compression)
Sets the compression configuration that will be applied to the container's default
connector.
|
void |
AbstractConfigurableEmbeddedServletContainer.setCompression(Compression compression) |
Constructor and Description |
---|
UndertowEmbeddedServletContainer(io.undertow.Undertow.Builder builder,
io.undertow.servlet.api.DeploymentManager manager,
String contextPath,
int port,
boolean useForwardHeaders,
boolean autoStart,
Compression compression) |
UndertowEmbeddedServletContainer(io.undertow.Undertow.Builder builder,
io.undertow.servlet.api.DeploymentManager manager,
String contextPath,
int port,
boolean useForwardHeaders,
boolean autoStart,
Compression compression,
String serverHeader) |
UndertowEmbeddedServletContainer(io.undertow.Undertow.Builder builder,
io.undertow.servlet.api.DeploymentManager manager,
String contextPath,
int port,
boolean autoStart,
Compression compression) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.