Package org.camunda.connect.httpclient
Interface HttpResponse
- All Superinterfaces:
CloseableConnectorResponse
,ConnectorResponse
- All Known Subinterfaces:
SoapHttpResponse
- All Known Implementing Classes:
HttpResponseImpl
,SoapHttpResponseImpl
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.camunda.connect.spi.CloseableConnectorResponse
close
Methods inherited from interface org.camunda.connect.spi.ConnectorResponse
getResponseParameter, getResponseParameters
-
Field Details
-
PARAM_NAME_STATUS_CODE
- See Also:
-
PARAM_NAME_RESPONSE
- See Also:
-
PARAM_NAME_RESPONSE_HEADERS
- See Also:
-
-
Method Details