public class RESTEasyResponse extends Object implements OpenStackResponse
| Constructor and Description |
|---|
RESTEasyResponse(org.jboss.resteasy.client.ClientRequest client,
org.jboss.resteasy.client.ClientResponse response) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getEntity(Class<T> returnType) |
InputStream |
getInputStream() |
String |
header(String name) |
Map<String,String> |
headers() |
public RESTEasyResponse(org.jboss.resteasy.client.ClientRequest client,
org.jboss.resteasy.client.ClientResponse response)
public <T> T getEntity(Class<T> returnType)
getEntity in interface OpenStackResponsepublic InputStream getInputStream()
getInputStream in interface OpenStackResponsepublic String header(String name)
header in interface OpenStackResponsepublic Map<String,String> headers()
headers in interface OpenStackResponseCopyright © 2012–2025. All rights reserved.