Package org.infinispan.rest
Class NettyRestResponse
java.lang.Object
org.infinispan.rest.NettyRestResponse
- All Implemented Interfaces:
org.infinispan.rest.framework.RestResponse
A
RestResponse
backed by Netty.- Since:
- 10.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpResponse
int
-
Method Details
-
getResponse
public io.netty.handler.codec.http.HttpResponse getResponse() -
getStatus
public int getStatus() -
getEntity
-