com.englishtown.vertx.jersey.JerseyServerOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-jersey Show documentation
Show all versions of vertx-jersey Show documentation
Allows creating JAX-RS jersey resources that will handle incoming http requests to vert.x
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