public class JaxrsContextRamlResponse extends Object implements RamlResponse
| Constructor and Description |
|---|
JaxrsContextRamlResponse(javax.ws.rs.client.ClientResponseContext context) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
Values |
getHeaderValues() |
int |
getStatus() |
public JaxrsContextRamlResponse(javax.ws.rs.client.ClientResponseContext context)
public int getStatus()
getStatus in interface RamlResponsepublic Values getHeaderValues()
getHeaderValues in interface RamlMessagepublic String getContentType()
getContentType in interface RamlMessagepublic byte[] getContent()
getContent in interface RamlMessageCopyright © 2014–2017. All rights reserved.