Package de.xima.fc.http.params
Interface IMultipartBodyBuilder
- All Superinterfaces:
IBinaryDataBuilder<IMultipartBodyBuilder>
,IContentTypeParameterBuilder<IMultipartBodyBuilder>
,IHttpBodyBuilder
,IParameterBuilder<IMultipartBodyBuilder>
public interface IMultipartBodyBuilder
extends IContentTypeParameterBuilder<IMultipartBodyBuilder>, IBinaryDataBuilder<IMultipartBodyBuilder>
A builder for an HTTP request multipart body (
multipart/form-data
).- Since:
- 7.0.3
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionsetMultipartHeaderType
(EMultipartHeaderType multipartHeaderType) Defines how to handle Unicode characters in headers of multipart HTTP requests.Methods inherited from interface de.xima.fc.http.params.IBinaryDataBuilder
addBinaryData, addBinaryData, addBinaryData, addBinaryDataItems
Methods inherited from interface de.xima.fc.http.params.IContentTypeParameterBuilder
addParameter
Methods inherited from interface de.xima.fc.http.params.IHttpBodyBuilder
build
Methods inherited from interface de.xima.fc.http.params.IParameterBuilder
addParameter, addParameter, addParameters
-
Method Details
-
setMultipartHeaderType
Defines how to handle Unicode characters in headers of multipart HTTP requests.- Parameters:
multipartHeaderType
- How to handle Unicode characters in headers of multipart HTTP requests.- Returns:
- This builder instance for chaining method calls.
-