public class MultipartParameter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CHARSET |
Constructor and Description |
---|
MultipartParameter(java.lang.String key,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharset() |
java.lang.String |
getKey() |
java.lang.Object |
getValue() |
void |
setCharset(java.lang.String charset)
Override default charset for String multipart parameter
|
public static final java.lang.String DEFAULT_CHARSET
public MultipartParameter(java.lang.String key, java.lang.Object value)
public java.lang.String getKey()
public java.lang.Object getValue()
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
charset
- the specific charset. Must be compliant with RFC 2045 @see RFC 2045Copyright © 2001-2021 Jalios SA. All Rights Reserved.