public interface HttpRequesterConfig
extends org.mule.runtime.api.meta.NamedObject, org.mule.runtime.api.meta.AnnotatedObject, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
HttpRequester.
Some of the configuration attributes can be dynamic meaning that the configuration value to use will change based on the
message at the moment of the request execution.
This object represents the XML request-config elements in the configuration.
If a new HttpRequesterConfig needs to be created programmatically then use
HttpRequesterConfigBuilder| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
getAuthentication() |
String |
getBasePath() |
String |
getFollowRedirects() |
String |
getHost() |
String |
getParseResponse() |
String |
getPort() |
ProxyConfig |
getProxyConfig() |
String |
getRequestStreamingMode() |
String |
getResponseTimeout() |
String |
getSendBodyMode() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
String getBasePath()
String getHost()
String getPort()
String getFollowRedirects()
String getRequestStreamingMode()
String getSendBodyMode()
String getParseResponse()
String getResponseTimeout()
HttpAuthentication getAuthentication()
org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
ProxyConfig getProxyConfig()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.