Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ProxyRequest> |
ProxyRequest.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.bodyFilter(Function<ReadStream<Buffer>,io.reactivex.rxjava3.core.Flowable<Buffer>> filter)
Set a body filter.
|
static ProxyRequest |
ProxyRequest.newInstance(io.vertx.httpproxy.ProxyRequest arg) |
ProxyRequest |
ProxyRequest.release()
Release the proxy request.
|
ProxyRequest |
ProxyResponse.request()
Return the corresponding
ProxyRequest . |
static ProxyRequest |
ProxyRequest.reverseProxy(HttpServerRequest outboundRequest)
Create a new
ProxyRequest instance, the outbound request will be paused. |
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setMethod(io.vertx.core.http.HttpMethod method)
Set the HTTP method to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setURI(String uri)
Set the request URI to be sent to the origin server.
|
Copyright © 2022 Eclipse. All rights reserved.