Package org.jboss.resteasy.core.registry
Class SegmentNode
java.lang.Object
org.jboss.resteasy.core.registry.SegmentNode
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, SegmentNode> static final List<javax.ws.rs.core.MediaType> protected booleanprotected booleanstatic final Stringstatic final Stringprotected Stringprotected List<MethodExpression> protected booleanstatic final javax.ws.rs.core.MediaType[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddExpression(MethodExpression expression) static SegmentNode.SortFactorcreateSortFactor(javax.ws.rs.core.MediaType client, javax.ws.rs.core.MediaType server) match(List<SegmentNode.Match> matches, String httpMethod, HttpRequest request) match(HttpRequest request, int start) private String[]matchingMethods(List<SegmentNode.SortEntry> sortList) voidpotentials(String path, int start, List<MethodExpression> matches) private StringrequestToString(HttpRequest request)
-
Field Details
-
RESTEASY_CHOSEN_ACCEPT
- See Also:
-
RESTEASY_SERVER_HAS_PRODUCES
- See Also:
-
WILDCARD_ARRAY
public static final javax.ws.rs.core.MediaType[] WILDCARD_ARRAY -
DEFAULT_ACCEPTS
-
segment
-
children
-
targets
-
requestMatchingSet
protected boolean requestMatchingSet -
looseStep2RequestMatching
protected boolean looseStep2RequestMatching -
widerRequestMatching
protected boolean widerRequestMatching
-
-
Constructor Details
-
SegmentNode
-
-
Method Details
-
match
-
potentials
-
createSortFactor
public static SegmentNode.SortFactor createSortFactor(javax.ws.rs.core.MediaType client, javax.ws.rs.core.MediaType server) -
match
public SegmentNode.Match match(List<SegmentNode.Match> matches, String httpMethod, HttpRequest request) -
addExpression
-
requestToString
-
matchingMethods
-