Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 specified
request . |
Future<ProxyResponse> |
ProxyContext.sendRequest() |
Modifier and Type | Method and Description |
---|---|
ProxyResponse |
ProxyResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ProxyResponse |
ProxyResponse.newInstance(ProxyResponse arg) |
Constructor and Description |
---|
ProxyResponse(ProxyResponse delegate) |
Copyright © 2022 Eclipse. All rights reserved.