Processing form data to request body. @param output output writer. @param boundary data boundary. @param key name for piece of data. @param value piece of data. @throws EncodeException in case of any encode exception
(Output output, String boundary, String key, Object value)
| 34 | * @throws EncodeException in case of any encode exception |
| 35 | */ |
| 36 | void write(Output output, String boundary, String key, Object value) throws EncodeException; |
| 37 | |
| 38 | /** |
| 39 | * Answers on question - "could this writer properly write the value". |
no outgoing calls