Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Body> |
Body.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Body |
Body.body(Buffer buffer)
Create a new
Body instance. |
static Body |
Body.body(Flowable<Buffer> stream)
Create a new
Body instance. |
static Body |
Body.body(Flowable<Buffer> stream,
long len)
Create a new
Body instance. |
Body |
ProxyRequest.getBody() |
Body |
ProxyResponse.getBody()
Get the body of the response.
|
static Body |
Body.newInstance(Body arg) |
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.
|
Copyright © 2022 Eclipse. All rights reserved.