Package org.infinispan.rest
Class NettyRestResponse
java.lang.Object
org.infinispan.rest.NettyRestResponse
- All Implemented Interfaces:
RestResponse
A
RestResponse
backed by Netty.- Since:
- 10.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpResponse
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.rest.framework.RestResponse
toFuture
-
Method Details
-
getResponse
public io.netty.handler.codec.http.HttpResponse getResponse() -
getStatus
public int getStatus()- Specified by:
getStatus
in interfaceRestResponse
-
getEntity
- Specified by:
getEntity
in interfaceRestResponse
-