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

com.tacitknowledge.slowlight.proxyserver.server.Server Maven / Gradle / Ivy

The newest version!
package com.tacitknowledge.slowlight.proxyserver.server;

/**
 * This interface defines a slowlight server.
 *
 * @author Alexandr Donciu ([email protected])
 * */
public interface Server
{
    /**
     * Starts the server.
     */
    void start();

    /**
     * Stops the server.
     */
    void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy