Example usage for org.springframework.boot.web.server WebServerFactoryCustomizer interface-usage

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

Introduction

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

Usage

From source file org.apache.servicecomb.springboot2.starter.servlet.RestServletInitializer.java

@Component
public class RestServletInitializer
        implements WebServerFactoryCustomizer<AbstractConfigurableWebServerFactory>, ServletContextInitializer {
    private static final Logger LOGGER = LoggerFactory.getLogger(RestServletInitializer.class);

    private AbstractConfigurableWebServerFactory factory;