Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ProxyResponse> |
ProxyResponse.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ProxyResponse |
ProxyResponse.bodyFilter(Function<ReadStream<Buffer>,io.reactivex.rxjava3.core.Flowable<Buffer>> filter)
Set a body filter.
|
static ProxyResponse |
ProxyResponse.newInstance(io.vertx.httpproxy.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 |
---|---|
io.reactivex.rxjava3.core.Single<ProxyResponse> |
ProxyRequest.rxSend(HttpClientRequest inboundRequest)
Send this request to the origin server using the specified inbound request.
|
io.reactivex.rxjava3.core.Single<ProxyResponse> |
ProxyRequest.send(HttpClientRequest inboundRequest)
Send this request to the origin server using the specified inbound request.
|
Copyright © 2022 Eclipse. All rights reserved.