Package org.infinispan.client.rest
Interface RestEntity
- All Known Subinterfaces:
RestResponse
- All Known Implementing Classes:
ByteArrayRestEntityOkHttp,FileRestEntityOkHttp,InputStreamEntityOkHttp,RestResponseOkHttp,StringRestEntityOkHttp
public interface RestEntity
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.dataconversion.MediaTypestatic RestEntitystatic RestEntitycreate(org.infinispan.commons.dataconversion.MediaType contentType, byte[] body) static RestEntitystatic RestEntitycreate(org.infinispan.commons.dataconversion.MediaType contentType, InputStream inputStream) static RestEntitygetBody()
-
Method Details
-
getBody
String getBody() -
contentType
org.infinispan.commons.dataconversion.MediaType contentType() -
create
-
create
-
create
-
create
static RestEntity create(org.infinispan.commons.dataconversion.MediaType contentType, InputStream inputStream) -
create
-