| Package | Description |
|---|---|
| org.mule.service.http.impl.service.server |
| Modifier and Type | Method and Description |
|---|---|
List<HttpListenerRegistry.RequestHandlerMatcherPair> |
HttpListenerRegistry.Path.getRequestHandlerMatcherPairs() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpListenerRegistry.Path.addRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
Adds a new request handler and matcher for this path.
|
void |
HttpListenerRegistry.Path.addWildcardRequestHandler(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
Adds a request handler matcher pair for the catch all sub path (/*).
|
boolean |
HttpListenerRegistry.Path.removeRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
Removes a request handler and matcher pair whether it's in a regular sub path, the catch all sub path or a uri param
sub path.
|
| Constructor and Description |
|---|
DefaultRequestHandlerManager(HttpListenerRegistry.Path requestHandlerOwner,
HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair,
HttpListenerRegistry.ServerAddressRequestHandlerRegistry serverAddressRequestHandlerRegistry) |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.