Package org.restheart.handlers
package org.restheart.handlers
Base handlers for HTTP requests
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
ClassesClassDescriptionExecutes the Interceptor with interceptPoint REQUEST_BEFORE_EXCHANGE_INITconduit that executes response interceptors that don't require response content; response interceptors that require response content are executed by ModifiableContentSinkConduit.terminateWrites()A conduit that buffers data allowing to modify it.Deprecated.use PipelinedHandlerthis closes the requestExecutes response interceptorsSends the response content to the clientInitializes the Request and the Response invoking requestInitializer() and responseInitializer() functions defined by the handling service