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