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

org.bitbucket.gkutiel.in.Dispatcher Maven / Gradle / Ivy

The newest version!
package org.bitbucket.gkutiel.in;

import io.reactivex.netty.protocol.http.server.HttpServerRequest;

public interface Dispatcher {
	Handler handler(HttpServerRequest req);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy