public class RESTEasyResponse extends Object implements OpenStackResponse
| Constructor and Description |
|---|
RESTEasyResponse(org.jboss.resteasy.client.ClientRequest client,
org.jboss.resteasy.client.ClientResponse response) |
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-2019. All Rights Reserved.