- All Known Subinterfaces:
WebRoute<A>
,WebSocketRoute<A>
public interface MethodAware
Specifies criteria required to match requests or resources based on a HTTP method.
- Since:
- 1.3
- Author:
- Jeremy Kuhn
-
Method Summary
-
Method Details
-
getMethod
Method getMethod()Returns a HTTP method.
- Returns:
- a HTTP method or null
-