Uses of Class
io.vertx.mutiny.httpproxy.ProxyResponse
-
Packages that use ProxyResponse Package Description io.vertx.mutiny.httpproxy -
-
Uses of ProxyResponse in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyResponse Modifier and Type Field Description static TypeArg<ProxyResponse>
ProxyResponse. __TYPE_ARG
static TypeArg<ProxyResponse>
ProxyInterceptor. TYPE_ARG_0
Methods in io.vertx.mutiny.httpproxy that return ProxyResponse Modifier and Type Method Description static ProxyResponse
ProxyResponse. newInstance(io.vertx.httpproxy.ProxyResponse arg)
ProxyResponse
ProxyResponse. release()
ProxyResponse
ProxyContext. response()
ProxyResponse
ProxyRequest. response()
ProxyResponse
ProxyRequest. sendAndAwait(HttpClientRequest request)
Blocking variant ofProxyRequest.send(io.vertx.mutiny.core.http.HttpClientRequest)
.ProxyResponse
ProxyContext. sendRequestAndAwait()
Blocking variant ofProxyContext.sendRequest()
.ProxyResponse
ProxyResponse. setBody(Body body)
ProxyResponse
ProxyResponse. setStatusCode(int sc)
ProxyResponse
ProxyResponse. setStatusMessage(String statusMessage)
Methods in io.vertx.mutiny.httpproxy that return types with arguments of type ProxyResponse Modifier and Type Method Description io.smallrye.mutiny.Uni<ProxyResponse>
ProxyInterceptor. handleProxyRequest(ProxyContext context)
io.smallrye.mutiny.Uni<ProxyResponse>
ProxyRequest. send(HttpClientRequest request)
Send this request to the origin server using the specifiedrequest
.io.smallrye.mutiny.Uni<ProxyResponse>
ProxyContext. sendRequest()
Unlike the bare Vert.x variant, this method returns aUni
.
-