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> TgetEntity(Class<T> returnType)InputStreamgetInputStream()Stringheader(String name)Map<String,String>headers()
-