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

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

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

import com.google.common.net.HostAndPort;

/**
 * Interface that represents a controller of a virtual HAR server that has been started.
 */
public interface VirtualHarServerControl extends java.io.Closeable {

    /**
     * Gets the socket address the server is listening on.
     * @return the socket address
     */
    HostAndPort getSocketAddress();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy