Package rsp.routing

Class PathMatchFunction<S>

java.lang.Object
rsp.routing.PathMatchFunction<S>
All Implemented Interfaces:
Function<rsp.server.Path,CompletableFuture<S>>

public final class PathMatchFunction<S> extends Object implements Function<rsp.server.Path,CompletableFuture<S>>