Class MultipartField

java.lang.Object
com.soklet.MultipartField

@ThreadSafe public final class MultipartField extends Object
Encapsulates an HTML form element name, binary and String representations of its value, and other attributes as encoded according to the multipart/form-data specification.

Instances can be acquired via these builder factory methods:

Full documentation is available at https://www.soklet.com/docs/request-handling#multipart-form-data.

Author:
Mark Allen