public class HttpListenerRegistry.PathMap extends Object
| Constructor and Description |
|---|
HttpListenerRegistry.PathMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildPathMap(String path,
HttpListenerRegistry.PathMap pathMap) |
void |
addRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair) |
void |
addWildcardRequestHandler(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair) |
HttpListenerRegistry.PathMap |
getCatchAllCurrentPathMap() |
HttpListenerRegistry.PathMap |
getCatchAllPathMap() |
HttpListenerRegistry.PathMap |
getChildPathMap(String subPath) |
HttpListenerRegistry.PathMap |
getLastChildPathMap(String subPath) |
List<HttpListenerRegistry.RequestHandlerMatcherPair> |
getRequestHandlerMatcherPairs() |
boolean |
removeRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair) |
public HttpListenerRegistry.PathMap getCatchAllPathMap()
public HttpListenerRegistry.PathMap getCatchAllCurrentPathMap()
public HttpListenerRegistry.PathMap getChildPathMap(String subPath)
subPath - a sub part of the pathpublic HttpListenerRegistry.PathMap getLastChildPathMap(String subPath)
subPath - a sub part of the pathpublic void addRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
public void addChildPathMap(String path, HttpListenerRegistry.PathMap pathMap)
public List<HttpListenerRegistry.RequestHandlerMatcherPair> getRequestHandlerMatcherPairs()
public void addWildcardRequestHandler(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
public boolean removeRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair requestHandlerMatcherPair)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.