org.camunda.connect.httpclient
Interface HttpRequest

All Superinterfaces:
ConnectorRequest<HttpResponse>, HttpBaseRequest<HttpRequest,HttpResponse>, HttpMethodRequest<HttpRequest,HttpResponse>
All Known Implementing Classes:
HttpRequestImpl

public interface HttpRequest
extends HttpMethodRequest<HttpRequest,HttpResponse>


Field Summary
 
Fields inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL
 
Method Summary
 
Methods inherited from interface org.camunda.connect.httpclient.HttpMethodRequest
delete, get, head, options, patch, post, put, trace
 
Methods inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
contentType, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, method, payload, url
 
Methods inherited from interface org.camunda.connect.spi.ConnectorRequest
execute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParameters
 



Copyright © 2014 camunda services GmbH. All rights reserved.