| Package | Description |
|---|---|
| feign.form.multipart |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.write(byte[] bytes)
Writes the byte array to the output.
|
Output |
Output.write(byte[] bytes,
int offset,
int length)
Writes the byte array to the output with specified offset and fixed length.
|
Output |
Output.write(String string)
Writes the string to the output.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ByteArrayWriter.write(Output output,
String key,
Object value) |
protected void |
FormDataWriter.write(Output output,
String key,
Object value) |
protected void |
ParameterWriter.write(Output output,
String key,
Object value) |
protected void |
SingleFileWriter.write(Output output,
String key,
Object value) |
protected void |
DelegateWriter.write(Output output,
String key,
Object value) |
protected void |
AbstractWriter.write(Output output,
String key,
Object value)
Writes data for it's children.
|
void |
ManyFilesWriter.write(Output output,
String boundary,
String key,
Object value) |
void |
PojoWriter.write(Output output,
String boundary,
String key,
Object object) |
void |
Writer.write(Output output,
String boundary,
String key,
Object value)
Processing form data to request body.
|
void |
AbstractWriter.write(Output output,
String boundary,
String key,
Object value) |
protected void |
AbstractWriter.writeFileMetadata(Output output,
String name,
String fileName,
String contentType)
Writes file's metadata.
|
Copyright © 2016–2018. All rights reserved.