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