|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.util.Multipart.Part
WARNING: This class will be REMOVED in the next version.
@Deprecated public static class Multipart.Part
A single part of a multipart entity
Multipart.Part
Constructor Summary | |
---|---|
Multipart.Part(Map<String,String> headers,
byte[] body)
Deprecated. |
|
Multipart.Part(Map<String,String> headers,
InputStream body)
Deprecated. |
Method Summary | |
---|---|
byte[] |
getBody()
Deprecated. Body of this part |
String |
getBodyAsString()
Deprecated. |
Map<String,String> |
getHeaders()
Deprecated. Headers defined in the part |
InputStream |
getStream()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Multipart.Part(Map<String,String> headers, byte[] body)
public Multipart.Part(Map<String,String> headers, InputStream body)
Method Detail |
---|
public Map<String,String> getHeaders()
public byte[] getBody()
public String getBodyAsString()
public InputStream getStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |