Class RootNode
java.lang.Object
org.jboss.resteasy.core.registry.RootNode
-
Field Summary
Modifier and TypeFieldDescriptionprotected jakarta.ws.rs.core.MultivaluedMap
<String, MethodExpression> protected ConcurrentHashMap
<MatchCache.Key, MatchCache> protected SegmentNode
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MethodExpression
addExpression
(String path, ResourceInvoker invoker) void
addInvoker
(String path, ResourceInvoker invoker) jakarta.ws.rs.core.MultivaluedMap
<String, ResourceInvoker> int
getSize()
match
(HttpRequest request, int start) void
removeBinding
(String path, Method method)
-
Field Details
-
root
-
size
protected int size -
bounded
-
cache
-
-
Constructor Details
-
RootNode
public RootNode()
-
-
Method Details
-
getSize
public int getSize() -
getBounded
-
match
-
removeBinding
-
addInvoker
-
addExpression
-