All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.englishtown.vertx.jersey.JerseyServerOptions Maven / Gradle / Ivy

Go to download

Allows creating JAX-RS jersey resources that will handle incoming http requests to vert.x

There is a newer version: 4.7.0
Show newest version
package com.englishtown.vertx.jersey;

import io.vertx.core.http.HttpServerOptions;

/**
 * Vert.x http server configuration
 */
public interface JerseyServerOptions {

    /**
     * Gets the {@link HttpServerOptions} used to set up the vert.x http server
     *
     * @return
     */
    HttpServerOptions getServerOptions();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy