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

com.thoughtworks.webstub.server.HttpServer Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.thoughtworks.webstub.server;

public interface HttpServer {
    void start();
    void stop();
    void addContext(ServletContextHandler contextHandler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy