public class RootNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.ws.rs.core.MultivaluedMap<java.lang.String,MethodExpression> |
bounded |
protected SegmentNode |
root |
protected int |
size |
Constructor and Description |
---|
RootNode() |
Modifier and Type | Method and Description |
---|---|
protected MethodExpression |
addExpression(java.lang.String path,
ResourceInvoker invoker) |
void |
addInvoker(java.lang.String path,
ResourceInvoker invoker) |
javax.ws.rs.core.MultivaluedMap<java.lang.String,ResourceInvoker> |
getBounded() |
int |
getSize() |
ResourceInvoker |
match(HttpRequest request,
int start) |
void |
removeBinding(java.lang.String path,
java.lang.reflect.Method method) |
protected SegmentNode root
protected int size
protected javax.ws.rs.core.MultivaluedMap<java.lang.String,MethodExpression> bounded
public int getSize()
public javax.ws.rs.core.MultivaluedMap<java.lang.String,ResourceInvoker> getBounded()
public ResourceInvoker match(HttpRequest request, int start)
public void removeBinding(java.lang.String path, java.lang.reflect.Method method)
public void addInvoker(java.lang.String path, ResourceInvoker invoker)
protected MethodExpression addExpression(java.lang.String path, ResourceInvoker invoker)