public class NettyRestResponse extends Object implements RestResponse
RestResponse backed by Netty.| Modifier and Type | Class and Description |
|---|---|
static class |
NettyRestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
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 Object getEntity()
getEntity in interface RestResponseCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.