
com.enioka.jqm.webserver.api.WebServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm-webserver-api Show documentation
Show all versions of jqm-webserver-api Show documentation
The web server is tasked with hosting the JQM web app
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