Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and Description |
---|---|
ProxyResponse |
ProxyResponse.bodyFilter(java.util.function.Function<ReadStream<Buffer>,ReadStream<Buffer>> filter)
Set a body filter.
|
ProxyResponse |
ProxyResponse.putHeader(CharSequence name,
CharSequence value)
Put an HTTP header.
|
ProxyResponse |
ProxyResponse.release()
Release the proxy 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 |
---|---|
Future<ProxyResponse> |
ProxyRequest.send(HttpClientRequest inboundRequest)
Send this request to the origin server using the specified inbound request.
|
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 © 2021 Eclipse. All rights reserved.