JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.micronaut.http.util
Interface OutgoingRequestProcessorMatcher
public interface
OutgoingRequestProcessorMatcher
Defines regular expressions to match requests.
Since:
1.0
Author:
Sergio del Amo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Pattern
getServiceIdPattern
()
Pattern
getUriPattern
()
Method Details
getServiceIdPattern
Pattern
getServiceIdPattern
()
Returns:
a regular expression to validate the service id against.
getUriPattern
Pattern
getUriPattern
()
Returns:
a regular expression to validate the target request uri against.