public class NettyRestResponse extends java.lang.Object implements RestResponse
RestResponse backed by Netty.| Modifier and Type | Class and Description |
|---|---|
static class |
NettyRestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEntity() |
io.netty.handler.codec.http.FullHttpResponse |
getResponse() |
int |
getStatus() |
public io.netty.handler.codec.http.FullHttpResponse getResponse()
public int getStatus()
getStatus in interface RestResponsepublic java.lang.Object getEntity()
getEntity in interface RestResponse