Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and Description |
---|---|
static Body |
Body.body(Buffer buffer)
Create a new
Body instance. |
static Body |
Body.body(ReadStream<Buffer> stream)
Create a new
Body instance. |
static Body |
Body.body(ReadStream<Buffer> stream,
long len)
Create a new
Body instance. |
Body |
ProxyRequest.getBody() |
Body |
ProxyResponse.getBody()
Get the body of the response.
|
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
ProxyResponse |
ProxyResponse.setBody(Body body)
Set the request body to be sent to the user agent.
|
Modifier and Type | Method and Description |
---|---|
Body |
Body.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Body |
Body.newInstance(Body arg) |
Constructor and Description |
---|
Body(Body delegate) |
Copyright © 2021 Eclipse. All rights reserved.