Interface AvailableByteBody

All Superinterfaces:
ByteBody
All Known Subinterfaces:
CloseableAvailableByteBody
All Known Implementing Classes:
AvailableByteArrayBody, AvailableNettyByteBody

public interface AvailableByteBody extends ByteBody
This is an extension of ByteBody when the entire body is immediately available (without waiting). It has the same semantics as ByteBody, but it adds a few other primary operations for convenience.
Since:
4.5.0
Author:
Jonas Konrad