Constructor and Description |
---|
EncodedPart() |
Modifier and Type | Method and Description |
---|---|
String |
body() |
ReadStream<Buffer> |
bodyStream(Context context) |
String |
boundary() |
ReadStream<Buffer> |
dkimBodyStream(Context context) |
MultiMap |
headers() |
List<EncodedPart> |
parts() |
int |
size() |
public MultiMap headers()
public String body()
public int size()
public ReadStream<Buffer> bodyStream(Context context)
public ReadStream<Buffer> dkimBodyStream(Context context)
public List<EncodedPart> parts()
public String boundary()
Copyright © 2021 Eclipse. All rights reserved.