public interface HttpRequesterConfig extends NamedObject, AnnotatedObject, Startable, 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
HttpRequesterConfigBuilderPROPERTY_NAMEPHASE_NAMEPHASE_NAME| 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() |
TlsContextFactory |
getTlsContext() |
getNamegetAnnotation, getAnnotations, setAnnotationsString getBasePath()
String getHost()
String getPort()
String getFollowRedirects()
String getRequestStreamingMode()
String getSendBodyMode()
String getParseResponse()
String getResponseTimeout()
HttpAuthentication getAuthentication()
TlsContextFactory getTlsContext()
ProxyConfig getProxyConfig()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.