Example usage for io.vertx.core.http HttpServerOptions subclass-usage

List of usage examples for io.vertx.core.http HttpServerOptions subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core.http HttpServerOptions subclass-usage.

Usage

From source file io.apiman.gateway.platforms.vertx3.common.config.InheritingHttpServerOptions.java

@DataObject(inheritConverter = true, generateConverter = true)
public class InheritingHttpServerOptions extends HttpServerOptions {

    public InheritingHttpServerOptions() {
        super();
    }