Package | Description |
---|---|
net.bluemind.central.reverse.proxy.vertx | |
net.bluemind.central.reverse.proxy.vertx.impl |
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.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.
|
ProxyRequest |
ProxyRequest.putHeader(java.lang.CharSequence name,
java.lang.CharSequence value)
Put an HTTP header
|
ProxyRequest |
ProxyRequest.release()
Release the proxy request.
|
ProxyRequest |
ProxyResponse.request()
Return the corresponding
ProxyRequest . |
static ProxyRequest |
ProxyRequest.reverseProxy(io.vertx.core.http.HttpServerRequest outboundRequest)
Create a new
ProxyRequest instance, the outbound request will be
paused. |
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setMethod(io.vertx.core.http.HttpMethod method)
Set the HTTP method to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setURI(java.lang.String uri)
Set the request URI to be sent to the origin server.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyRequestImpl |
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequestImpl.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) |
ProxyRequest |
ProxyRequestImpl.putHeader(java.lang.CharSequence name,
java.lang.CharSequence value) |
ProxyRequest |
ProxyRequestImpl.release() |
ProxyRequest |
ProxyRequestImpl.setBody(Body body) |
ProxyRequest |
ProxyRequestImpl.setMethod(io.vertx.core.http.HttpMethod method) |
ProxyRequest |
ProxyRequestImpl.setURI(java.lang.String uri) |
Copyright © 2022. All Rights Reserved.