org.cruxframework.crux.core.server.rest.core.registry
Class Segment
java.lang.Object
org.cruxframework.crux.core.server.rest.core.registry.Segment
- Direct Known Subclasses:
- PathParamSegment, RootSegment
public class Segment
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Segment
public Segment()
isEmpty
protected boolean isEmpty()
match
protected ResourceMethod match(String httpMethod,
HttpRequest request)
addMethod
protected void addMethod(ResourceMethod invoker)
isResponseMediaTypeAllowed
protected boolean isResponseMediaTypeAllowed(List<MediaType> accepts)
Copyright © 2014. All rights reserved.