Package com.networknt.handler
Interface RequestInterceptor
- All Superinterfaces:
io.undertow.server.HttpHandler,Interceptor,LightHttpHandler,MiddlewareHandler
This is the interface for the request interceptors. It is just a normal middleware handler with some extra
indicators.
-
Field Summary
Fields inherited from interface com.networknt.handler.Interceptor
CONTENT_TYPE_MISMATCH, JSON_ARRAY_OBJECT_STARTING_CHAR, JSON_MAP_OBJECT_STARTING_CHARFields inherited from interface com.networknt.handler.LightHttpHandler
AUDIT_CONFIG_NAME, AUDIT_ON_ERROR, AUDIT_STACK_TRACE, auditConfig, auditOnError, auditStackTrace, config, CONFIG_NAME, ERROR_NOT_DEFINED, logger -
Method Summary
Methods inherited from interface io.undertow.server.HttpHandler
handleRequestMethods inherited from interface com.networknt.handler.Interceptor
findMatchingPrefix, isFormData, isJsonData, isXmlData, parseJsonArrayObject, parseJsonMapObject, shouldAttachBodyMethods inherited from interface com.networknt.handler.LightHttpHandler
setExchangeStatus, setExchangeStatus, setExchangeStatusMethods inherited from interface com.networknt.handler.MiddlewareHandler
addHandlerMDCContext, getNext, isEnabled, register, reload, setNext
-
Method Details
-
isRequiredContent
boolean isRequiredContent()
-