| Package | Description |
|---|---|
| io.enoa.repeater.http |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
Response.body() |
static ResponseBody |
ResponseBody.create(byte[] bytes) |
static ResponseBody |
ResponseBody.create(ByteBuffer binary) |
static ResponseBody |
ResponseBody.create(Path path) |
static ResponseBody |
ResponseBody.create(String content) |
static ResponseBody |
ResponseBody.create(String content,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.body(ResponseBody body) |
Copyright © 2018. All rights reserved.