| Package | Description |
|---|---|
| org.mule.extension.http.api | |
| org.mule.extension.http.internal.listener | |
| org.mule.extension.http.internal.request |
| Modifier and Type | Method and Description |
|---|---|
static HttpStreamingType |
HttpStreamingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStreamingType[] |
HttpStreamingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HttpResponseFactory(HttpStreamingType responseStreaming,
TransformationService transformationService) |
| Modifier and Type | Method and Description |
|---|---|
HttpStreamingType |
ConfigurationOverrides.getRequestStreamingMode() |
| Modifier and Type | Method and Description |
|---|---|
Function<Event,HttpStreamingType> |
HttpRequesterConfig.getRequestStreamingMode() |
Function<Event,HttpStreamingType> |
RequestSettings.getRequestStreamingMode() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequester.Builder |
HttpRequester.Builder.setRequestStreamingMode(HttpStreamingType requestStreamingMode) |
| Constructor and Description |
|---|
MuleEventToHttpRequest(HttpRequesterConfig config,
String uri,
String method,
HttpStreamingType streamingMode,
HttpSendBodyMode sendBodyMode,
TransformationService transformationService) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.