Module aeonics.http
Package aeonics.http

Class Filter.Response

    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • filter

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