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

io.github.factoryfx.jetty.builder.SimpleJettyServerBuilder Maven / Gradle / Ivy

The newest version!
package io.github.factoryfx.jetty.builder;

import io.github.factoryfx.factory.FactoryBase;
import io.github.factoryfx.factory.builder.*;
import io.github.factoryfx.jetty.*;

/**
 * simplified constructor for JettyServerFactory as root
 */
public class SimpleJettyServerBuilder> extends JettyServerBuilder>{

    public SimpleJettyServerBuilder(){
        super(new FactoryTemplateId<>(null, JettyServerFactory.class), JettyServerFactory::new);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy