public interface Route
| Modifier and Type | Method and Description |
|---|---|
default Payload |
apply(java.lang.String uri,
Context context) |
java.lang.Object |
body(Context context) |
boolean |
matchMethod(java.lang.String method) |
boolean |
matchUri(java.lang.String uri) |
default Payload apply(java.lang.String uri, Context context) throws java.io.IOException
java.io.IOExceptionboolean matchUri(java.lang.String uri)
boolean matchMethod(java.lang.String method)
java.lang.Object body(Context context) throws java.io.IOException
java.io.IOExceptionCopyright © 2014. All Rights Reserved.