Class MultiForm
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,MultiForm.Part>
-
- org.logdoc.fairhttp.service.tools.MultiForm
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,MultiForm.Part>,FieldForm
public class MultiForm extends HashMap<String,MultiForm.Part> implements FieldForm
- Author:
- Denis Danilin | me@loslobos.ru 02.03.2023 14:11 FairHttpService ☭ sweat and blood
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiForm.Part-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description MultiForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbinData(String name, byte[] data, Map<String,String> headers)Stringfield(String name)voidfileData(String name, String fileName, byte[] data, org.logdoc.helpers.std.MimeType contentType)voidtextData(String name, String value)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-