Interface AvailableByteBody

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

public sealed interface AvailableByteBody extends ByteBody permits CloseableAvailableByteBody
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