public class ContentTransferEncodingFieldImpl extends AbstractField implements ContentTransferEncodingField
Content-Transfer-Encoding field.| Modifier and Type | Field and Description |
|---|---|
static FieldParser<ContentTransferEncodingField> |
PARSER |
monitor, rawField| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the encoding defined in this field.
|
static String |
getEncoding(ContentTransferEncodingField f)
Gets the encoding of the given field if.
|
getBody, getName, getParseException, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParseException, isValidFieldpublic static final FieldParser<ContentTransferEncodingField> PARSER
public String getEncoding()
ContentTransferEncodingFieldgetEncoding in interface ContentTransferEncodingFieldnull if not set.ContentTransferEncodingField.getEncoding()public static String getEncoding(ContentTransferEncodingField f)
7bit if not set or if f is
null.Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.