| Name | Description | Type | Package | Framework |
| AbstractConfigurableEmbeddedServletContainer | Abstract base class for ConfigurableEmbeddedServletContainer implementations. | Class | org.springframework.boot.context.embedded | Spring Boot |
| AbstractEmbeddedServletContainerFactory | Abstract base class for EmbeddedServletContainerFactory implementations. | Class | org.springframework.boot.context.embedded | Spring Boot |
| AnnotationConfigEmbeddedWebApplicationContext | EmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @Configuration | Class | org.springframework.boot.context.embedded | Spring Boot |
| Compression | Simple container-independent abstraction for compression configuration. | Class | org.springframework.boot.context.embedded | Spring Boot |
| ConfigurableEmbeddedServletContainer | Simple interface that represents customizations to anEmbeddedServletContainerFactory. | Interface | org.springframework.boot.context.embedded | Spring Boot |
| DelegatingFilterProxyRegistrationBean | A ServletContextInitializer to register DelegatingFilterProxys in aServlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainer | Simple interface that represents a fully configured embedded servlet container (forexample Tomcat or Jetty). | Interface | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainerCustomizer | Strategy interface for customizing auto-configured embedded servlet containers. | Interface | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainerCustomizerBeanPostProcessor | BeanPostProcessor that apply all EmbeddedServletContainerCustomizersfrom the bean factory to ConfigurableEmbeddedServletContainer beans. | Class | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainerException | Exceptions thrown by an embedded servlet container. | Class | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainerFactory | Factory interface that can be used to create EmbeddedServletContainers. | Interface | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedServletContainerInitializedEvent | Event to be published after the context is refreshed and theEmbeddedServletContainer is ready. | Class | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedWebApplicationContext | A WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean. | Class | org.springframework.boot.context.embedded | Spring Boot |
| EmbeddedWebApplicationContext .ExistingWebApplicationScopes | Utility class to store and restore any user defined scopes. | Class | org.springframework.boot.context.embedded.EmbeddedWebApplicationContext | Spring Boot |
| ErrorPage | Simple container-independent abstraction for servlet error pages. | Class | org.springframework.boot.context.embedded | Spring Boot |
| FileSessionPersistence | SessionPersistenceManager that stores session information in a file. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
| FilterRegistrationBean | A ServletContextInitializer to register Filters in a Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
| InitParameterConfiguringServletContextInitializer | A ServletContextInitializer that configures init parameters on theSince:1. | Class | org.springframework.boot.context.embedded | Spring Boot |
| JettyEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Jetty server. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
| JettyEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createJettyEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
| JettyServerCustomizer | Callback interface that can be used to customize a Jetty Server. | Interface | org.springframework.boot.context.embedded.jetty | Spring Boot |
| JspServlet | Configuration for the container's JSP servlet. | Class | org.springframework.boot.context.embedded | Spring Boot |
| MimeMappings | Simple container-independent abstraction for servlet mime mappings. | Class | org.springframework.boot.context.embedded | Spring Boot |
| MimeMappings .Mapping | A single mime mapping. | Class | org.springframework.boot.context.embedded.MimeMappings | Spring Boot |
| MultipartConfigFactory | Factory that can be used to create a MultipartConfigElement. | Class | org.springframework.boot.context.embedded | Spring Boot |
| RegistrationBean | Base class for Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
| ServletContextInitializer | Interface used to configure a Servlet 3. | Interface | org.springframework.boot.context.embedded | Spring Boot |
| ServletContextInitializerConfiguration | Jetty Configuration that calls ServletContextInitializers. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
| ServletListenerRegistrationBean | A ServletContextInitializer to register EventListeners in a Servlet3. | Class | org.springframework.boot.context.embedded | Spring Boot |
| ServletRegistrationBean | A ServletContextInitializer to register Servlets in a Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
| Ssl | Simple container-independent abstraction for SSL configuration. | Class | org.springframework.boot.context.embedded | Spring Boot |
| Ssl .ClientAuth | Client authentication types. | Class | org.springframework.boot.context.embedded.Ssl | Spring Boot |
| TomcatConnectorCustomizer | Callback interface that can be used to customize a Tomcat Connector. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatContextCustomizer | Callback interface that can be used to customize a Tomcat Context. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Tomcat server. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createTomcatEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| TomcatEmbeddedWebappClassLoader | Extension of Tomcat's WebappClassLoader that does not consider thesystem classloader. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
| UndertowBuilderCustomizer | Callback interface that can be used to customize an Undertow Undertow. | Interface | org.springframework.boot.context.embedded.undertow | Spring Boot |
| UndertowDeploymentInfoCustomizer | Callback interface that can be used to customize an Undertow DeploymentInfo. | Interface | org.springframework.boot.context.embedded.undertow | Spring Boot |
| UndertowEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Undertowserver. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
| UndertowEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createUndertowEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
| WebApplicationContextServletContextAwareProcessor | Variant of ServletContextAwareProcessor for use with aConfigurableWebApplicationContext. | Class | org.springframework.boot.context.embedded | Spring Boot |
| XmlEmbeddedWebApplicationContext | EmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader. | Class | org.springframework.boot.context.embedded | Spring Boot |