public class PumpFromPart extends Object
| Constructor and Description |
|---|
PumpFromPart(io.vertx.core.Context context,
javax.servlet.http.Part part) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
toOutputStream(OutputStream outputStream,
boolean autoCloseOutputStream) |
CompletableFuture<Void> |
toWriteStream(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> writeStream,
io.vertx.core.Handler<Throwable> throwableHandler) |
public PumpFromPart(io.vertx.core.Context context,
javax.servlet.http.Part part)
public CompletableFuture<Void> toWriteStream(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> writeStream, io.vertx.core.Handler<Throwable> throwableHandler)
public CompletableFuture<Void> toOutputStream(OutputStream outputStream, boolean autoCloseOutputStream)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.