public static class BlockingIOAdapter.NestedStart extends Object implements BlockingIOAdapter.ParserToken
Marker PartItem signalling the start of a nested multipart. In addition to signal the start of a multipart
it provides access to the headers of the parent part.
BlockingIOAdapter.ParserToken.Type| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getHeaders()
Returns the parent part headers.
|
BlockingIOAdapter.ParserToken.Type |
getType()
Returns the type of the part
|
public BlockingIOAdapter.ParserToken.Type getType()
Returns the type of the part
getType in interface BlockingIOAdapter.ParserTokenCopyright © 2017. All rights reserved.