Interface HttpBody

All Superinterfaces:
AutoCloseable, Closeable, Releasable
All Known Subinterfaces:
HttpBody.Full, HttpBody.Stream
All Known Implementing Classes:
HttpBody.ByteRefHttpBody

public sealed interface HttpBody extends Releasable permits HttpBody.Full, HttpBody.Stream
A super-interface for different HTTP content implementations
  • Method Details