public class Part extends DelegatingPayload
Modifier and Type | Class and Description |
---|---|
static class |
Part.PartOptions |
Modifier and Type | Method and Description |
---|---|
static Part |
create(String name,
Payload delegate,
Part.PartOptions options) |
static Part |
create(String name,
String value) |
com.google.common.collect.Multimap<String,String> |
getHeaders() |
String |
getName() |
close, equals, getContentMetadata, getDelegate, getInput, getRawContent, hashCode, isRepeatable, isSensitive, openStream, release, setContentMetadata, setSensitive
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.