public interface HttpRouteHandlerMetadata
HttpServerRoutes.comparator(Comparator).| Modifier and Type | Method and Description | 
|---|---|
HttpMethod | 
getMethod()
Get the http method this handler can handle. 
 | 
String | 
getPath()
Get the http path this handler can handle. 
 | 
@Nullable String getPath()
@Nullable HttpMethod getMethod()
HttpMethod