Package org.infinispan.rest.framework
Interface ContentSource
-
- All Known Implementing Classes:
ByteBufContentSource
public interface ContentSource- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasString()byte[]rawContent()
-
-
-
Method Detail
-
asString
String asString()
-
rawContent
byte[] rawContent()
-
-