public class MimeField extends Object
Constructor and Description |
---|
MimeField(MimeField from) |
MimeField(String name,
String value) |
MimeField(String name,
String value,
List<org.apache.hc.core5.http.NameValuePair> parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getName() |
List<org.apache.hc.core5.http.NameValuePair> |
getParameters() |
String |
getValue() |
String |
toString() |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.