Package com.woorea.openstack.connector
Class RESTEasyResponse
java.lang.Object
com.woorea.openstack.connector.RESTEasyResponse
- All Implemented Interfaces:
OpenStackResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRESTEasyResponse
(org.jboss.resteasy.client.ClientRequest client, org.jboss.resteasy.client.ClientResponse response) -
Method Summary
-
Field Details
-
client
private org.jboss.resteasy.client.ClientRequest client -
response
private org.jboss.resteasy.client.ClientResponse response
-
-
Constructor Details
-
RESTEasyResponse
public RESTEasyResponse(org.jboss.resteasy.client.ClientRequest client, org.jboss.resteasy.client.ClientResponse response)
-
-
Method Details
-
getEntity
- Specified by:
getEntity
in interfaceOpenStackResponse
-
getInputStream
- Specified by:
getInputStream
in interfaceOpenStackResponse
-
header
- Specified by:
header
in interfaceOpenStackResponse
-
headers
- Specified by:
headers
in interfaceOpenStackResponse
-