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

com.enioka.jqm.webserver.api.WebServer Maven / Gradle / Ivy

The newest version!
package com.enioka.jqm.webserver.api;

/**
 * Not part of any API - this an internal JQM class and may change without notice. 
* * The API implemented by the web server. This is the entry point for the JQM service to start the web server.
* Implementations must be able to load a full JAX-RS application and provide JAX-RS implementation, including serializers. */ public interface WebServer { void start(WebServerConfiguration configuration); void stop(); int getActualPort(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy