JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
M
O
P
S
T
U
V
W
A
AbstractWriter
- Class in
feign.form.multipart
AbstractWriter()
- Constructor for class feign.form.multipart.
AbstractWriter
addWriter(Writer)
- Method in class feign.form.
MultipartFormContentProcessor
Adds
Writer
instance in runtime.
B
ByteArrayWriter
- Class in
feign.form.multipart
ByteArrayWriter()
- Constructor for class feign.form.multipart.
ByteArrayWriter
C
CharsetUtil
- Class in
feign.form.util
close()
- Method in class feign.form.multipart.
Output
CONTENT_TYPE_HEADER
- Static variable in interface feign.form.
ContentProcessor
ContentProcessor
- Interface in
feign.form
Interface for content processors.
ContentType
- Enum in
feign.form
Supported content types.
CRLF
- Static variable in interface feign.form.
ContentProcessor
D
DelegateWriter
- Class in
feign.form.multipart
DelegateWriter()
- Constructor for class feign.form.multipart.
DelegateWriter
E
encode(Object, Type, RequestTemplate)
- Method in class feign.form.
FormEncoder
F
feign.form
- package feign.form
feign.form.multipart
- package feign.form.multipart
feign.form.util
- package feign.form.util
FormData
- Class in
feign.form
This object encapsulates a byte array and its associated content type.
FormData()
- Constructor for class feign.form.
FormData
FormDataWriter
- Class in
feign.form.multipart
FormDataWriter()
- Constructor for class feign.form.multipart.
FormDataWriter
FormEncoder
- Class in
feign.form
FormEncoder()
- Constructor for class feign.form.
FormEncoder
Constructor with the default Feign's encoder as a delegate.
FormEncoder(Encoder)
- Constructor for class feign.form.
FormEncoder
Constructor with specified delegate encoder.
G
getContentProcessor(ContentType)
- Method in class feign.form.
FormEncoder
Returns
ContentProcessor
for specific
ContentType
.
getSupportedContentType()
- Method in interface feign.form.
ContentProcessor
Returns supported
ContentType
of this processor.
getSupportedContentType()
- Method in class feign.form.
MultipartFormContentProcessor
getSupportedContentType()
- Method in class feign.form.
UrlencodedFormContentProcessor
getWriters()
- Method in class feign.form.
MultipartFormContentProcessor
I
isApplicable(Object)
- Method in class feign.form.multipart.
ByteArrayWriter
isApplicable(Object)
- Method in class feign.form.multipart.
DelegateWriter
isApplicable(Object)
- Method in class feign.form.multipart.
FormDataWriter
isApplicable(Object)
- Method in class feign.form.multipart.
ManyFilesWriter
isApplicable(Object)
- Method in class feign.form.multipart.
ParameterWriter
isApplicable(Object)
- Method in class feign.form.multipart.
SingleFileWriter
isApplicable(Object)
- Method in interface feign.form.multipart.
Writer
Answers on question - "could this writer properly write the value".
M
ManyFilesWriter
- Class in
feign.form.multipart
ManyFilesWriter()
- Constructor for class feign.form.multipart.
ManyFilesWriter
MultipartFormContentProcessor
- Class in
feign.form
MultipartFormContentProcessor(Encoder)
- Constructor for class feign.form.
MultipartFormContentProcessor
Constructor with specific delegate encoder.
O
of(String)
- Static method in enum feign.form.
ContentType
Parses string to content type.
Output
- Class in
feign.form.multipart
Output representation utility class.
Output()
- Constructor for class feign.form.multipart.
Output
P
ParameterWriter
- Class in
feign.form.multipart
ParameterWriter()
- Constructor for class feign.form.multipart.
ParameterWriter
process(RequestTemplate, Charset, Map<String, Object>)
- Method in interface feign.form.
ContentProcessor
Processes a request.
process(RequestTemplate, Charset, Map<String, Object>)
- Method in class feign.form.
MultipartFormContentProcessor
process(RequestTemplate, Charset, Map<String, Object>)
- Method in class feign.form.
UrlencodedFormContentProcessor
S
setWriter(int, Writer)
- Method in class feign.form.
MultipartFormContentProcessor
SingleFileWriter
- Class in
feign.form.multipart
SingleFileWriter()
- Constructor for class feign.form.multipart.
SingleFileWriter
T
toByteArray()
- Method in class feign.form.multipart.
Output
Returns byte array representation of this output class.
U
UrlencodedFormContentProcessor
- Class in
feign.form
UrlencodedFormContentProcessor()
- Constructor for class feign.form.
UrlencodedFormContentProcessor
UTF_8
- Static variable in class feign.form.util.
CharsetUtil
V
valueOf(String)
- Static method in enum feign.form.
ContentType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum feign.form.
ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
W
write(Output, String, String, Object)
- Method in class feign.form.multipart.
AbstractWriter
write(Output, String, Object)
- Method in class feign.form.multipart.
AbstractWriter
Writes data for it's children.
write(Output, String, Object)
- Method in class feign.form.multipart.
ByteArrayWriter
write(Output, String, Object)
- Method in class feign.form.multipart.
DelegateWriter
write(Output, String, Object)
- Method in class feign.form.multipart.
FormDataWriter
write(Output, String, String, Object)
- Method in class feign.form.multipart.
ManyFilesWriter
write(String)
- Method in class feign.form.multipart.
Output
Writes the string to the output.
write(byte[])
- Method in class feign.form.multipart.
Output
Writes the byte array to the output.
write(byte[], int, int)
- Method in class feign.form.multipart.
Output
Writes the byte array to the output with specified offset and fixed length.
write(Output, String, Object)
- Method in class feign.form.multipart.
ParameterWriter
write(Output, String, Object)
- Method in class feign.form.multipart.
SingleFileWriter
write(Output, String, String, Object)
- Method in interface feign.form.multipart.
Writer
Processing form data to request body.
writeFileMetadata(Output, String, String, String)
- Method in class feign.form.multipart.
AbstractWriter
Writes file's metadata.
Writer
- Interface in
feign.form.multipart
A
B
C
D
E
F
G
I
M
O
P
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016–2018. All rights reserved.