public class ParsableMIMEValue extends ParsableHeaderValue implements MIMEHeader
valueDEFAULT_WEIGHT| Constructor and Description |
|---|
ParsableMIMEValue(String headerContent) |
| Modifier and Type | Method and Description |
|---|---|
String |
component()
Gets the parsed component part of the MIME.
|
protected void |
ensureHeaderProcessed() |
ParsableMIMEValue |
forceParse() |
protected boolean |
isMatchedBy2(ParsableHeaderValue matchTry) |
String |
subComponent()
Gets the parsed subcomponent part of the MIME.
|
protected int |
weightedOrderPart2() |
equals, findMatchedBy, hashCode, isMatchedBy, isPermitted, parameter, parameters, rawValue, value, weight, weightedOrderclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfindMatchedBy, isMatchedBy, isPermitted, parameter, parameters, rawValue, value, weight, weightedOrderpublic ParsableMIMEValue(String headerContent)
public String component()
MIMEHeader'/'
of the MIMEcomponent in interface MIMEHeaderpublic String subComponent()
MIMEHeader'/' and the
';' or the end of the MIMEsubComponent in interface MIMEHeaderprotected boolean isMatchedBy2(ParsableHeaderValue matchTry)
isMatchedBy2 in class ParsableHeaderValueprotected void ensureHeaderProcessed()
ensureHeaderProcessed in class ParsableHeaderValuepublic ParsableMIMEValue forceParse()
forceParse in class ParsableHeaderValueprotected int weightedOrderPart2()
weightedOrderPart2 in class ParsableHeaderValueCopyright © 2020. All rights reserved.