| Package | Description |
|---|---|
| org.mule.service.http.impl.service.server |
| Modifier and Type | Method and Description |
|---|---|
HttpListenerRegistry.Path |
HttpListenerRegistry.Path.getCatchAll() |
HttpListenerRegistry.Path |
HttpListenerRegistry.Path.getCatchAllUriParam() |
HttpListenerRegistry.Path |
HttpListenerRegistry.Path.getChildPath(String subPath,
String nextSubPath) |
HttpListenerRegistry.Path |
HttpListenerRegistry.Path.getLastChildPath(String subPath) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpListenerRegistry.Path> |
HttpListenerRegistry.Path.getSubPaths() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpListenerRegistry.Path.addChildPath(String pathName,
HttpListenerRegistry.Path path)
Adds a new sub or uri param path.
|
| Constructor and Description |
|---|
DefaultRequestHandlerManager(HttpListenerRegistry.Path requestHandlerOwner,
HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair,
HttpListenerRegistry.ServerAddressRequestHandlerRegistry serverAddressRequestHandlerRegistry) |
Path(String name,
HttpListenerRegistry.Path parent)
Creates a new instance for the given name and with the provided parent.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.