- send(HttpClientRequest) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Send this request to the origin server using the specified request.
- send() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Send the proxies response to the user agent.
- sendRequest() - Method in interface io.vertx.httpproxy.ProxyContext
-
- sendResponse() - Method in interface io.vertx.httpproxy.ProxyContext
-
- set(String, Object) - Method in interface io.vertx.httpproxy.ProxyContext
-
Attach a payload to the context
- setAuthority(HostAndPort) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request authority
for HTTP/1 the Host header
for HTTP/2 the :authority pseudo header
The value must follow the <host>:<port> syntax.
- 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.
- setCacheOptions(CacheOptions) - Method in class io.vertx.httpproxy.ProxyOptions
-
Set the cache options that configures the proxy.
- setMaxSize(int) - Method in class io.vertx.httpproxy.cache.CacheOptions
-
Set the max number of entries the cache can hold.
- 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.
- setSupportWebSocket(boolean) - Method in class io.vertx.httpproxy.ProxyOptions
-
Set whether WebSocket are supported.
- 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.