Uses of Class
io.vertx.mutiny.httpproxy.ProxyResponse
Packages that use ProxyResponse
-
Uses of ProxyResponse in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyResponseModifier and TypeFieldDescriptionstatic final TypeArg<ProxyResponse>ProxyResponse.__TYPE_ARGstatic final TypeArg<ProxyResponse>ProxyInterceptor.TYPE_ARG_0Methods in io.vertx.mutiny.httpproxy that return ProxyResponseModifier and TypeMethodDescriptionstatic ProxyResponseProxyResponse.newInstance(io.vertx.httpproxy.ProxyResponse arg) ProxyResponse.release()ProxyContext.response()ProxyRequest.response()ProxyRequest.sendAndAwait(HttpClientRequest request) Blocking variant ofProxyRequest.send(io.vertx.mutiny.core.http.HttpClientRequest).ProxyContext.sendRequestAndAwait()Blocking variant ofProxyContext.sendRequest().ProxyResponse.setStatusCode(int sc) ProxyResponse.setStatusMessage(String statusMessage) Methods in io.vertx.mutiny.httpproxy that return types with arguments of type ProxyResponseModifier and TypeMethodDescriptionio.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.