Package io.varhttp.parameterhandlers
Class ResponseHeaderParameterHandler
java.lang.Object
io.varhttp.parameterhandlers.ResponseHeaderParameterHandler
- All Implemented Interfaces:
IParameterHandlerMatcher
,Comparable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandlerIfMatches
(Method method, Parameter parameter, String path, String classPath) int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.varhttp.parameterhandlers.IParameterHandlerMatcher
compareTo
-
Constructor Details
-
ResponseHeaderParameterHandler
public ResponseHeaderParameterHandler()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceIParameterHandlerMatcher
-
getHandlerIfMatches
public IParameterHandler getHandlerIfMatches(Method method, Parameter parameter, String path, String classPath) - Specified by:
getHandlerIfMatches
in interfaceIParameterHandlerMatcher
-