Interface PooledAggregatedHttpResponse

All Superinterfaces:
AggregatedHttpMessage, AggregatedHttpResponse, AutoCloseable, SafeCloseable

public interface PooledAggregatedHttpResponse
extends AggregatedHttpResponse, SafeCloseable
An AggregatedHttpResponse using pooled buffers for the content. Make sure to call AutoCloseable.close() on this response or the content to release pooled resources.