Uses of Interface
io.vertx.httpproxy.ProxyResponse
-
Packages that use ProxyResponse Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of ProxyResponse in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyResponse Modifier and Type Method Description ProxyResponse
ProxyResponse. putHeader(CharSequence name, CharSequence value)
Put an HTTP header.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.httpproxy that return types with arguments of type ProxyResponse Modifier and Type Method Description default Future<ProxyResponse>
ProxyInterceptor. handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Future<ProxyResponse>
ProxyRequest. send(HttpClientRequest request)
Send this request to the origin server using the specifiedrequest
.Future<ProxyResponse>
ProxyContext. sendRequest()
-
Uses of ProxyResponse in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyResponse Modifier and Type Method Description ProxyResponse
ProxyResponse. getDelegate()
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyResponse Modifier and Type Method Description static ProxyResponse
ProxyResponse. newInstance(ProxyResponse arg)
Constructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyResponse Constructor Description ProxyResponse(ProxyResponse delegate)
-