| Constructor and Description |
|---|
MultipartWithDefaults(org.apache.http.HttpEntity multipartFormEntity,
byte[] preamble,
byte[] epilogue,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
content()
Content to be pushed to implementation flow
|
String |
contentType() |
OptionalLong |
getLength() |
public MultipartWithDefaults(org.apache.http.HttpEntity multipartFormEntity,
byte[] preamble,
byte[] epilogue,
long contentLength)
public InputStream content() throws InvalidFormParameterException
Multipartcontent in interface MultipartInvalidFormParameterExceptionpublic String contentType()
contentType in interface Multipartpublic OptionalLong getLength()
Copyright © 2025. All rights reserved.