Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
-
Packages that use MatchedResource Package Description org.eclipse.jetty.http.pathmap org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of MatchedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MatchedResource Modifier and Type Method Description MatchedResource<E>
PathMappings. getMatched(java.lang.String path)
static <E> MatchedResource<E>
MatchedResource. of(java.util.Map.Entry<PathSpec,E> mapping, MatchedPath matchedPath)
Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MatchedResource Modifier and Type Method Description java.util.List<MatchedResource<E>>
PathMappings. getMatchedList(java.lang.String path)
Return a list of MatchedResource matches for the specified path. -
Uses of MatchedResource in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return MatchedResource Modifier and Type Method Description MatchedResource<ServletHolder>
ServletHandler. getMatchedServlet(java.lang.String target)
ServletHolder matching target path. -
Uses of MatchedResource in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return MatchedResource Modifier and Type Method Description MatchedResource<WebSocketCreator>
NativeWebSocketConfiguration. getMatched(java.lang.String target)
Get the matchingMatchedResource
for the provided target.
-