- java.lang.Object
-
- org.mule.service.http.impl.service.server.grizzly.ListenerRequestMatcher
-
- All Implemented Interfaces:
- org.mule.runtime.http.api.server.PathAndMethodRequestMatcher, org.mule.runtime.http.api.server.RequestMatcher
public class ListenerRequestMatcher
extends Object
implements org.mule.runtime.http.api.server.PathAndMethodRequestMatcher
RequestMatcher for an HTTP listener that accepts request based on a path and a group of allowed methods.
-
-
Constructor Summary
Constructors
| Constructor and Description |
ListenerRequestMatcher(org.mule.runtime.http.api.server.MethodRequestMatcher methodRequestMatcher,
String path) |
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPath in interface org.mule.runtime.http.api.server.PathAndMethodRequestMatcher
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.