Example usage for org.springframework.boot.web.servlet.server ConfigurableServletWebServerFactory interface-usage

List of usage examples for org.springframework.boot.web.servlet.server ConfigurableServletWebServerFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.web.servlet.server ConfigurableServletWebServerFactory interface-usage.

Usage

From source file org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory.java

/**
 * Abstract base class for {@link ConfigurableServletWebServerFactory} implementations.
 *
 * @author Phillip Webb
 * @author Dave Syer
 * @author Andy Wilkinson