Package org.infinispan.rest
Class NettyRestResponse
- java.lang.Object
-
- org.infinispan.rest.NettyRestResponse
-
- All Implemented Interfaces:
org.infinispan.rest.framework.RestResponse
public class NettyRestResponse extends Object implements org.infinispan.rest.framework.RestResponse
ARestResponse
backed by Netty.- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NettyRestResponse.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getEntity()
io.netty.handler.codec.http.HttpResponse
getResponse()
int
getStatus()
-
-
-
Method Detail
-
getResponse
public io.netty.handler.codec.http.HttpResponse getResponse()
-
getStatus
public int getStatus()
-
getEntity
public Object getEntity()
-
-