Interface ResponseCustomizer

    • Method Detail

      • customizeResponse

        void customizeResponse​(StreamableResource resource,
                               Response response)
                        throws java.io.IOException
        Invoked to customize the response; these are invoked in the order they are added to the StreamableResource.
        Throws:
        java.io.IOException