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

net.javapla.jawn.server.api.JawnServer Maven / Gradle / Ivy

package net.javapla.jawn.server.api;

import net.javapla.jawn.server.ServerConfig;

public interface JawnServer {

    void setupAndStartServer(ServerConfig config) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy