Uses of Class
org.eclipse.jetty.http.pathmap.MappedResource
-
Packages that use MappedResource 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 MappedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MappedResource Modifier and Type Method Description MappedResource<E>
PathMappings. getMatch(java.lang.String path)
Deprecated.usePathMappings.getMatched(String)
insteadMethods in org.eclipse.jetty.http.pathmap that return types with arguments of type MappedResource Modifier and Type Method Description java.util.List<MappedResource<E>>
PathMappings. getMappings()
java.util.List<MappedResource<E>>
PathMappings. getMatches(java.lang.String path)
Return a list of MappedResource matches for the specified path.java.util.Iterator<MappedResource<E>>
PathMappings. iterator()
Methods in org.eclipse.jetty.http.pathmap with parameters of type MappedResource Modifier and Type Method Description int
MappedResource. compareTo(MappedResource<E> other)
Comparison is based solely on the pathSpecMethod parameters in org.eclipse.jetty.http.pathmap with type arguments of type MappedResource Modifier and Type Method Description void
PathMappings. removeIf(java.util.function.Predicate<MappedResource<E>> predicate)
-
Uses of MappedResource in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return MappedResource Modifier and Type Method Description MappedResource<ServletHolder>
ServletHandler. getHolderEntry(java.lang.String target)
Deprecated.UseServletHandler.getMatchedServlet(String)
insteadMappedResource<ServletHolder>
ServletHandler. getMappedServlet(java.lang.String target)
Deprecated.useServletHandler.getMatchedServlet(String)
instead -
Uses of MappedResource in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return MappedResource Modifier and Type Method Description MappedResource<WebSocketCreator>
NativeWebSocketConfiguration. getMatch(java.lang.String target)
Deprecated.useNativeWebSocketConfiguration.getMatched(String)
instead.
-