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

com.pastdev.httpcomponents.jetty.JettyServerRule Maven / Gradle / Ivy

The newest version!
package com.pastdev.httpcomponents.jetty;


import com.pastdev.httpcomponents.annotations.Server;
import com.pastdev.httpcomponents.junit.AbstractServerRule;
import com.pastdev.httpcomponents.server.JettyServers;
import com.pastdev.httpcomponents.server.Servers;


public class JettyServerRule extends AbstractServerRule {
    @Override
    protected Servers newServers( Server config ) throws Exception {
        return new JettyServers( config );
    }

    @Override
    protected Servers newServers(
            com.pastdev.httpcomponents.annotations.Servers config )
            throws Exception {
        return new JettyServers( config );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy