@Configuration(name="request-config") @ConnectionProviders(value=HttpRequesterProvider.class) @Operations(value=HttpRequestOperations.class) public class HttpRequesterConfig extends Object implements org.mule.runtime.api.lifecycle.Initialisable, HttpRequesterCookieConfig
| Constructor and Description |
|---|
HttpRequesterConfig() |
| Modifier and Type | Method and Description |
|---|---|
RamlApiConfiguration |
getApiConfiguration() |
String |
getBasePath() |
CookieManager |
getCookieManager() |
Boolean |
getFollowRedirects() |
MuleContext |
getMuleContext() |
Boolean |
getParseResponse() |
HttpStreamingType |
getRequestStreamingMode() |
Integer |
getResponseTimeout() |
HttpSendBodyMode |
getSendBodyMode() |
void |
initialise() |
boolean |
isEnableCookies() |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic String getBasePath()
public Boolean getFollowRedirects()
public Boolean getParseResponse()
public HttpStreamingType getRequestStreamingMode()
public HttpSendBodyMode getSendBodyMode()
public Integer getResponseTimeout()
public boolean isEnableCookies()
isEnableCookies in interface HttpRequesterCookieConfigtrue if cookies have to be sent with the produced request.public RamlApiConfiguration getApiConfiguration()
public CookieManager getCookieManager()
getCookieManager in interface HttpRequesterCookieConfigpublic MuleContext getMuleContext()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.