@FunctionalInterface
public interface Route
| Modifier and Type | Method and Description |
|---|---|
Match |
apply(java.lang.String uri,
org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
Match apply(java.lang.String uri, org.simpleframework.http.Request request, org.simpleframework.http.Response response) throws java.io.IOException
java.io.IOExceptionCopyright © 2013. All Rights Reserved.