public interface HttpRequestOptions extends OperationOptions
MuleClient
Implementations of this class must redefine Object.hashCode() and Object.equals(Object) since the may be used as key in a map| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
HttpRequesterConfig |
getRequesterConfig() |
HttpStreamingType |
getRequestStreamingMode() |
Long |
getResponseTimeout() |
TlsContextFactory |
getTlsContextFactory() |
Boolean |
isFollowsRedirect() |
boolean |
isParseResponseDisabled() |
boolean |
isStatusCodeValidationDisabled() |
String getMethod()
HttpStreamingType getRequestStreamingMode()
boolean isParseResponseDisabled()
HttpRequesterConfig getRequesterConfig()
HttpRequesterConfig to use for sending the requestBoolean isFollowsRedirect()
Long getResponseTimeout()
getResponseTimeout in interface OperationOptionsboolean isStatusCodeValidationDisabled()
TlsContextFactory getTlsContextFactory()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.