public class AbstractHttpRequest<Q extends HttpBaseRequest<?,?>,R extends HttpResponse> extends AbstractConnectorRequest<R>
connector, requestParameters| Constructor and Description |
|---|
AbstractHttpRequest(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Q |
contentType(String contentType) |
Q |
delete() |
Q |
get() |
String |
getContentType() |
String |
getHeader(String field) |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPayload() |
String |
getUrl() |
Q |
head() |
Q |
header(String field,
String value) |
Q |
method(String method) |
Q |
options() |
Q |
patch() |
Q |
payload(String payload) |
Q |
post() |
Q |
put() |
Q |
trace() |
Q |
url(String url) |
execute, getRequestParameter, getRequestParameters, isRequestValid, setRequestParameter, setRequestParameterspublic AbstractHttpRequest(Connector connector)
public String getUrl()
public String getMethod()
public String getContentType()
public String getPayload()
public Q get()
public Q post()
public Q put()
public Q delete()
public Q patch()
public Q head()
public Q options()
public Q trace()
Copyright © 2014–2019 Camunda Services GmbH. All rights reserved.