Example usage for org.springframework.http.server.reactive.bootstrap ReactorHttpsServer ReactorHttpsServer

List of usage examples for org.springframework.http.server.reactive.bootstrap ReactorHttpsServer ReactorHttpsServer

Introduction

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

Prototype

ReactorHttpsServer

Source Link

Usage

From source file:org.springframework.http.server.reactive.ServerHttpsRequestIntegrationTests.java

@Parameterized.Parameters(name = "server [{0}]")
public static Object[][] arguments() {
    return new Object[][] { { new ReactorHttpsServer() }, };
}