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(java.lang.Class<T> returnType)java.io.InputStreamgetInputStream()java.lang.Stringheader(java.lang.String name)java.util.Map<java.lang.String,java.lang.String>headers()
-