Uses of Class
org.jboss.resteasy.core.registry.MatchCache
-
Packages that use MatchCache Package Description org.jboss.resteasy.core.registry -
-
Uses of MatchCache in org.jboss.resteasy.core.registry
Fields in org.jboss.resteasy.core.registry with type parameters of type MatchCache Modifier and Type Field Description protected ConcurrentHashMap<MatchCache.Key,MatchCache>
RootNode. cache
Methods in org.jboss.resteasy.core.registry that return MatchCache Modifier and Type Method Description MatchCache
SegmentNode. match(List<SegmentNode.Match> matches, String httpMethod, HttpRequest request)
MatchCache
SegmentNode. match(HttpRequest request, int start)
-