Package org.jboss.resteasy.core.registry
Class RootNode
java.lang.Object
org.jboss.resteasy.core.registry.RootNode
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.ws.rs.core.MultivaluedMap<String, MethodExpression> protected ConcurrentHashMap<MatchCache.Key, MatchCache> protected SegmentNodeprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MethodExpressionaddExpression(String path, ResourceInvoker invoker) voidaddInvoker(String path, ResourceInvoker invoker) jakarta.ws.rs.core.MultivaluedMap<String, ResourceInvoker> intgetSize()match(HttpRequest request, int start) voidremoveBinding(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
-