- send(HttpClientRequest) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Send this request to the origin server using the specified inbound request.
- send() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Send the proxy response to the user agent.
- setBody(Body) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request body to be sent to the origin server.
- setBody(Body) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the request body to be sent to the user agent.
- setMethod(HttpMethod) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the HTTP method to be sent to the origin server.
- setStatusCode(int) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the status code to be sent to the user agent.
- setStatusMessage(String) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the status message to be sent to the user agent.
- setURI(String) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request URI to be sent to the origin server.
- stream() - Method in interface io.vertx.httpproxy.Body
-
Get stream of the Body
.