Interface ResponseCustomizer
public interface ResponseCustomizer
Used to customize the response prior to streaming content to the client; typically this is used to
set special headers.
- Since:
- 5.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeResponse
(StreamableResource resource, Response response) Invoked to customize the response; these are invoked in the order they are added to the StreamableResource.
-
Method Details
-
customizeResponse
Invoked to customize the response; these are invoked in the order they are added to the StreamableResource.- Throws:
IOException
-