Class ByteBodyHttpResponseWrapper<B>

Type Parameters:
B - The original body type
All Implemented Interfaces:
AttributeHolder, MutableAttributeHolder, ByteBodyHttpResponse<B>, HttpMessage<B>, HttpResponse<B>, Closeable, AutoCloseable

public final class ByteBodyHttpResponseWrapper<B> extends HttpResponseWrapper<B> implements ByteBodyHttpResponse<B>
Simple response wrapper to implement ByteBodyHttpResponse.
Since:
4.7.0
Author:
Jonas Konrad