org.bitbucket.gkutiel.in.Dispatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of in-core Show documentation
Show all versions of in-core Show documentation
core components for web framework
The newest version!
package org.bitbucket.gkutiel.in;
import io.reactivex.netty.protocol.http.server.HttpServerRequest;
public interface Dispatcher {
Handler handler(HttpServerRequest> req);
}