Package org.infinispan.rest
Class NettyRestResponse
- java.lang.Object
-
- org.infinispan.rest.NettyRestResponse
-
- All Implemented Interfaces:
RestResponse
public class NettyRestResponse extends java.lang.Object implements 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 java.lang.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()
- Specified by:
getStatus
in interfaceRestResponse
-
getEntity
public java.lang.Object getEntity()
- Specified by:
getEntity
in interfaceRestResponse
-
-