Uses of Class
io.vertx.rxjava3.httpproxy.ProxyResponse
-
Packages that use ProxyResponse Package Description io.vertx.rxjava3.httpproxy io.vertx.rxjava3.httpproxy.interceptors -
-
Uses of ProxyResponse in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyResponse Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyResponse>
ProxyResponse. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return ProxyResponse Modifier and Type Method 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.Methods in io.vertx.rxjava3.httpproxy that return types with arguments of type ProxyResponse Modifier and Type Method 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 specifiedrequest
.Single<ProxyResponse>
ProxyContext. rxSendRequest()
Single<ProxyResponse>
ProxyRequest. send(HttpClientRequest request)
Send this request to the origin server using the specifiedrequest
.Single<ProxyResponse>
ProxyContext. sendRequest()
-
Uses of ProxyResponse in io.vertx.rxjava3.httpproxy.interceptors
Methods in io.vertx.rxjava3.httpproxy.interceptors that return types with arguments of type ProxyResponse Modifier and Type Method Description Single<ProxyResponse>
HeadInterceptor. handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Single<ProxyResponse>
HeadInterceptor. rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
-