public abstract class EndpointHandler extends BaseWebHandler
MAX_ORDER, MIN_ORDER| Constructor and Description |
|---|
EndpointHandler(EnumSet<HttpMethod> methodsAllowed,
String type) |
EndpointHandler(String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(WebRequest req) |
protected String |
findRestPath(WebRequest req) |
addTraceInfo, badRequest, doHandle, getBodyLength, getOrder, getSize, handle, methodNotAllowed, notFoundpublic EndpointHandler(String type)
public EndpointHandler(EnumSet<HttpMethod> methodsAllowed, String type)
public boolean canHandle(WebRequest req)
canHandle in class BaseWebHandlerprotected final String findRestPath(WebRequest req)