Interface ApiClientConnectorRequest
-
public interface ApiClientConnectorRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetBody()Map<String,String>getHeaders()StringgetMethod()StringgetUrl()booleanhasBody()StringreadBody()
-
-
-
Method Detail
-
getMethod
String getMethod()
-
getUrl
String getUrl()
-
hasBody
boolean hasBody()
-
readBody
String readBody() throws IOException
- Throws:
IOException
-
getBody
InputStream getBody() throws IOException
- Throws:
IOException
-
-