Package | Description |
---|---|
net.bluemind.central.reverse.proxy.vertx | |
net.bluemind.central.reverse.proxy.vertx.impl |
Modifier and Type | Method and Description |
---|---|
static Body |
Body.body(io.vertx.core.buffer.Buffer buffer)
Create a new
Body instance. |
static Body |
Body.body(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream)
Create a new
Body instance. |
static Body |
Body.body(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream,
long len)
Create a new
Body instance. |
Body |
ProxyResponse.getBody()
Get the body of the response.
|
Body |
ProxyRequest.getBody() |
Modifier and Type | Method and Description |
---|---|
ProxyResponse |
ProxyResponse.setBody(Body body)
Set the request body to be sent to the user agent.
|
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
Modifier and Type | Method and Description |
---|---|
Body |
ProxyRequestImpl.getBody() |
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequestImpl.setBody(Body body) |
Copyright © 2023. All Rights Reserved.