Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ProxyResponse> |
ProxyResponse.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ProxyResponse |
ProxyResponse.bodyFilter(java.util.function.Function<ReadStream<Buffer>,Flowable<Buffer>> filter)
Set a body filter.
|
static ProxyResponse |
ProxyResponse.newInstance(ProxyResponse arg) |
ProxyResponse |
ProxyResponse.release()
Release the proxy response.
|
ProxyResponse |
ProxyRequest.response()
Create and return the proxy response.
|
ProxyResponse |
ProxyResponse.setBody(Body body)
Set the request body to be sent to the user agent.
|
ProxyResponse |
ProxyResponse.setStatusCode(int sc)
Set the status code to be sent to the user agent.
|
ProxyResponse |
ProxyResponse.setStatusMessage(String statusMessage)
Set the status message to be sent to the user agent.
|
Modifier and Type | Method and Description |
---|---|
Single<ProxyResponse> |
ProxyRequest.rxSend(HttpClientRequest inboundRequest)
Send this request to the origin server using the specified inbound request.
|
Single<ProxyResponse> |
ProxyRequest.send(HttpClientRequest inboundRequest)
Send this request to the origin server using the specified inbound request.
|
Copyright © 2021 Eclipse. All rights reserved.