Uses of Interface
org.camunda.connect.httpclient.HttpResponse
-
Packages that use HttpResponse Package Description org.camunda.connect.httpclient org.camunda.connect.httpclient.impl -
-
Uses of HttpResponse in org.camunda.connect.httpclient
Classes in org.camunda.connect.httpclient with type parameters of type HttpResponse Modifier and Type Interface Description interfaceHttpMethodRequest<Q extends HttpMethodRequest<?,?>,R extends HttpResponse> -
Uses of HttpResponse in org.camunda.connect.httpclient.impl
Classes in org.camunda.connect.httpclient.impl with type parameters of type HttpResponse Modifier and Type Class Description classAbstractHttpConnector<Q extends HttpBaseRequest<Q,R>,R extends HttpResponse>classAbstractHttpRequest<Q extends HttpBaseRequest<?,?>,R extends HttpResponse>Classes in org.camunda.connect.httpclient.impl that implement HttpResponse Modifier and Type Class Description classHttpResponseImplMethods in org.camunda.connect.httpclient.impl that return HttpResponse Modifier and Type Method Description protected HttpResponseHttpConnectorImpl. createResponse(org.apache.http.client.methods.CloseableHttpResponse response)
-