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 java.lang.String
asString()
byte[]
rawContent()
-