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 |
---|---|
static ProxyResponse |
ProxyResponse.newInstance(ProxyResponse arg) |
ProxyResponse |
ProxyResponse.release()
Release the proxy response.
|
ProxyResponse |
ProxyContext.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> |
ProxyInterceptor.handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Single<ProxyResponse> |
ProxyInterceptor.rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Single<ProxyResponse> |
ProxyRequest.rxSend(HttpClientRequest request)
Send this request to the origin server using the specified
request . |
Single<ProxyResponse> |
ProxyContext.rxSendRequest() |
Single<ProxyResponse> |
ProxyRequest.send(HttpClientRequest request)
Send this request to the origin server using the specified
request . |
Single<ProxyResponse> |
ProxyContext.sendRequest() |
Copyright © 2023 Eclipse. All rights reserved.