public interface MultipartRelatedInput extends MultipartInput
Modifier and Type | Method and Description |
---|---|
Map<String,InputPart> |
getRelatedMap() |
InputPart |
getRootPart() |
String |
getStart()
A start parameter is not mandatory in a message.
|
String |
getStartInfo()
Optional.
|
String |
getType()
The type parameter as it was read from the content-type header of the
multipart/related message.
|
close, getParts, getPreamble
String getType()
String getStart()
String getStartInfo()
InputPart getRootPart()
Copyright © 2013. All Rights Reserved.