| Package | Description |
|---|---|
| org.mule.connectors.restconnect.commons.api.configuration | |
| org.mule.connectors.restconnect.commons.api.operation |
| Modifier and Type | Method and Description |
|---|---|
StreamingType |
RestConnectConfiguration.getStreamingType() |
static StreamingType |
StreamingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingType[] |
StreamingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingType |
ConfigurationOverrides.getStreamingType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseRestConnectOperation.setBody(org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder builder,
org.mule.runtime.api.metadata.TypedValue<InputStream> body,
StreamingType streamingType)
Sets the request body, and media-type and content-length headers from it if those are not already defined.
|
Copyright © 2019. All rights reserved.