com.thoughtworks.webstub.server.HttpServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-stub Show documentation
Show all versions of web-stub Show documentation
Library for stubbing external HTTP dependencies
package com.thoughtworks.webstub.server;
public interface HttpServer {
void start();
void stop();
void addContext(ServletContextHandler contextHandler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy