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

io.github.mike10004.vhs.VirtualHarServer Maven / Gradle / Ivy

There is a newer version: 0.32
Show newest version
package io.github.mike10004.vhs;

import java.io.IOException;

/**
 * Interface that represents a server that replays responses from a HAR.
 */
public interface VirtualHarServer {

    /**
     * Starts the server.
     * @return the server control
     * @throws IOException on I/O error, such as an occupied port
     */
    VirtualHarServerControl start() throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy