Package org.infinispan.rest.framework
Interface RestResponse
-
- All Known Implementing Classes:
NettyRestResponse
,SimpleRestResponse
public interface RestResponse
- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getEntity()
int
getStatus()
-
-
-
Method Detail
-
getStatus
int getStatus()
-
getEntity
Object getEntity()
-
-