| Package | Description |
|---|---|
| net.bluemind.central.reverse.proxy.vertx | |
| net.bluemind.central.reverse.proxy.vertx.impl |
| Modifier and Type | Method and Description |
|---|---|
ProxyResponse |
ProxyResponse.bodyFilter(java.util.function.Function<io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>> filter)
Set a body filter.
|
ProxyResponse |
ProxyResponse.putHeader(java.lang.CharSequence name,
java.lang.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(java.lang.String statusMessage)
Set the status message to be sent to the user agent.
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<ProxyResponse> |
ProxyRequest.send(io.vertx.core.http.HttpClientRequest inboundRequest)
Send this request to the origin server using the specified
inbound request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProxy |
HttpProxy.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responseHook) |
| Modifier and Type | Method and Description |
|---|---|
ProxyResponse |
ProxyRequestImpl.response() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> |
CompositeResponseHook.of(java.util.List<java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse>> consumers) |
io.vertx.core.Future<ProxyResponse> |
ProxyRequestImpl.send(io.vertx.core.http.HttpClientRequest inboundRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginCookieHook.accept(HttpServerRequestContext context,
ProxyResponse response) |
void |
ProxyLogHook.accept(HttpServerRequestContext context,
ProxyResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> |
CompositeResponseHook.of(java.util.List<java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse>> consumers) |
HttpProxy |
HttpProxyImpl.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responseHook) |
Copyright © 2023. All Rights Reserved.