Class Endpoint
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.Endpoint
-
- All Implemented Interfaces:
Comparable<Endpoint>
public class Endpoint extends Object implements Comparable<Endpoint>
- Author:
- Denis Danilin | me@loslobos.ru 14.02.2023 14:31 FairHttpService ☭ sweat and blood
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Responsecall(Request request)intcompareTo(Endpoint o)booleanequals(Object o)booleanequals(String method, String signature)inthashCode()org.logdoc.helpers.gears.Pair<Boolean,Boolean>match(String method, String hardPath)Stringmethod()booleanpathMatch(String hardPath)Stringsignature()StringtoString()
-