Package org.opensearch.common.util
Class URIPattern
java.lang.Object
org.opensearch.common.util.URIPattern
URI Pattern matcher
The pattern is URI in which authority, path, query and fragment can be replace with simple pattern.
For example: foobar://*.local/some_path/*?*#* will match all uris with schema foobar in local domain with any port, with path that starts some_path and with any query and fragment.
- Opensearch.internal:
-
Constructor Summary
-
Method Summary