Class StreamClosingAsyncHandler<REQUEST extends BmcRequest<?>,​RESPONSE>

  • Type Parameters:
    REQUEST - type of the request
    RESPONSE - type of the response
    All Implemented Interfaces:
    AsyncHandler<REQUEST,​RESPONSE>

    public class StreamClosingAsyncHandler<REQUEST extends BmcRequest<?>,​RESPONSE>
    extends ForwardingAsyncHandler<REQUEST,​RESPONSE>
    A wrapper around an async handler that closes the stream at the end of a request, if the body is a stream.