Package com.woorea.openstack.base.client
Interface OpenStackResponse
-
- All Known Implementing Classes:
RESTEasyResponse
public interface OpenStackResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getEntity(java.lang.Class<T> returnType)
java.io.InputStream
getInputStream()
java.lang.String
header(java.lang.String name)
java.util.Map<java.lang.String,java.lang.String>
headers()
-