Package org.infinispan.rest
Class ByteBufContentSource
- java.lang.Object
-
- org.infinispan.rest.ByteBufContentSource
-
- All Implemented Interfaces:
org.infinispan.rest.framework.ContentSource
public class ByteBufContentSource extends Object implements org.infinispan.rest.framework.ContentSource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asString()
byte[]
rawContent()
-
-
-
Method Detail
-
asString
public String asString()
-
rawContent
public byte[] rawContent()
-
-