Class HttpUriPattern
java.lang.Object
org.apache.skywalking.oap.server.ai.pipeline.services.api.HttpUriPattern
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpUriPattern
-
-
Method Details
-
getPattern
Quick match URI pattern. {var} represents a variable part in the URI. /product/{var} is the pattern for /product/1, /product/2
-