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

kikaha.urouting.api.ContextProducer Maven / Gradle / Ivy

There is a newer version: 2.1.10.Final
Show newest version
package kikaha.urouting.api;

import io.undertow.server.HttpServerExchange;

public interface ContextProducer {

	T produce( HttpServerExchange exchange ) throws RoutingException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy