Example usage for org.springframework.http.server.reactive.bootstrap HttpServer interface-usage

List of usage examples for org.springframework.http.server.reactive.bootstrap HttpServer interface-usage

Introduction

In this page you can find the example usage for org.springframework.http.server.reactive.bootstrap HttpServer interface-usage.

Usage

From source file org.springframework.http.server.reactive.bootstrap.AbstractHttpServer.java

/**
 * @author Rossen Stoyanchev
 */
public abstract class AbstractHttpServer implements HttpServer {

    protected Log logger = LogFactory.getLog(getClass().getName());