Module aeonics.http
Package aeonics.http

Class Filter.Request

    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • filter

        public Data filter​(Message request,
                           Data response)
        Description copied from class: Filter.Type
        Filter the requests to perform post-endpoint treatments.
        Specified by:
        filter in class Filter.Type
        Parameters:
        request - the incoming request
        response - the generated response
        Returns:
        To overwrite the response with an error, throw an Exception. To continue the filter chain, return null (the response object can sill be altered). To stop the filter chain, return the response to send directly.
        See Also:
        for the response content and structure