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

com.vtence.molecule.routing.Route Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.vtence.molecule.routing;

import com.vtence.molecule.Application;
import com.vtence.molecule.lib.matchers.Matcher;
import com.vtence.molecule.Request;
import com.vtence.molecule.Response;

public interface Route extends Matcher, Application {

    public void handle(Request request, Response response) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy