| Interface | Description |
|---|---|
| RequestMatcherRegistry<T> |
Generic registry of
PathAndMethodRequestMatchers that can handle collision validation and
searching through wildcard paths for a matching entry. |
| RequestMatcherRegistry.RequestMatcherRegistryBuilder<T> |
Builder of
RequestMatcherRegistry. |
| RequestMatcherRegistry.RequestMatcherRegistryEntry |
Entry of a
RequestMatcherRegistry which allows managing it's visibility. |
| Class | Description |
|---|---|
| HttpEncoderDecoderUtils |
Provides helper methods for encoding and decoding http request and response content.
|
| UriCache |
Cache to avoid recalculating URIs more than once
|
| Exception | Description |
|---|---|
| MatcherCollisionException |
Exception which indicates that an attempt to add a
RequestMatcher has resulted in a
collision with a previously stored matcher. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.