Package org.infinispan.rest.framework
Interface ContentSource
- All Known Implementing Classes:
ByteBufContentSource
public interface ContentSource
- Since:
- 10.0
-
Method Summary
-
Method Details
-
asString
String asString() -
rawContent
byte[] rawContent() -
size
int size()
-