public class HttpRestServerR66Handler extends HttpRestAbstractR66Handler
HttpRestAbstractR66Handler.ACTIONS_TYPE
Modifier and Type | Field and Description |
---|---|
static String |
BASEURI |
isBodyJsonDecode, methods, name, path, restConfiguration
Constructor and Description |
---|
HttpRestServerR66Handler(RestConfiguration config,
HttpRestHandler.METHOD... methods) |
Modifier and Type | Method and Description |
---|---|
void |
endParsingRequest(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
Object body)
Called when all Data were passed to the handler
|
protected com.fasterxml.jackson.databind.node.ArrayNode |
getDetailedAllow() |
checkHandlerSessionCorrectness, getBody, getFileUpload, handleException, sendResponse, setError, setError, setOk
getName, getPath, isBodyJsonDecoded, isMethodIncluded, optionsCommand, sendOptionsResponse, setIntersectionMethods, setMethods
public static final String BASEURI
public HttpRestServerR66Handler(RestConfiguration config, HttpRestHandler.METHOD... methods)
public void endParsingRequest(HttpRestHandler handler, RestArgument arguments, RestArgument result, Object body) throws HttpIncorrectRequestException, HttpInvalidAuthenticationException
RestMethodHandler
endParsingRequest
in class RestMethodHandler
HttpIncorrectRequestException
HttpInvalidAuthenticationException
protected com.fasterxml.jackson.databind.node.ArrayNode getDetailedAllow()
getDetailedAllow
in class RestMethodHandler
Copyright © 2009–2020 Waarp. All rights reserved.