Class MimeField
java.lang.Object
org.apache.hc.client5.http.entity.mime.MimeField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
parameters
-
-
Constructor Details
-
MimeField
-
MimeField
-
MimeField
Constructs a new instance by copying another's properties.- Parameters:
from- the source field.
-
-
Method Details
-
getName
-
getValue
-
getBody
Converts this instance to a body String.- Returns:
- this instance as a body String.
-
getParameters
Gets the field parameters.- Returns:
- the field parameters.
-
toString
-