- All Superinterfaces:
AutoCloseable
,Closeable
,HttpBody
,Releasable
- All Known Implementing Classes:
HttpBody.ByteRefHttpBody
- Enclosing interface:
HttpBody
Full content represents a complete http body content that can be accessed immediately.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.http.HttpBody
HttpBody.ByteRefHttpBody, HttpBody.ChunkHandler, HttpBody.Full, HttpBody.Stream
-
Method Summary
-
Method Details
-
bytes
ReleasableBytesReference bytes() -
close
default void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceReleasable
-