public interface ProxyRequest
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
bodyFilter(java.util.function.Function<io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>> filter) |
io.vertx.core.MultiMap |
headers() |
void |
proxy(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> completionHandler) |
void |
send(io.vertx.core.Handler<io.vertx.core.AsyncResult<ProxyResponse>> completionHandler) |
io.vertx.core.MultiMap headers()
ProxyRequest bodyFilter(java.util.function.Function<io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>> filter)
void proxy(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> completionHandler)
void send(io.vertx.core.Handler<io.vertx.core.AsyncResult<ProxyResponse>> completionHandler)
Copyright © 2022. All Rights Reserved.