| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.internal | |
| org.aoju.bus.http.internal.http | |
| org.aoju.bus.http.internal.http.first | |
| org.aoju.bus.http.internal.http.second |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
Response.body() |
static ResponseBody |
ResponseBody.create(MediaType contentType,
byte[] content) |
static ResponseBody |
ResponseBody.create(MediaType contentType,
ByteString content) |
static ResponseBody |
ResponseBody.create(MediaType contentType,
long contentLength,
BufferedSource content) |
static ResponseBody |
ResponseBody.create(MediaType contentType,
String content) |
ResponseBody |
Response.peekBody(long byteCount) |
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.body(ResponseBody body) |
| Modifier and Type | Field and Description |
|---|---|
static ResponseBody |
Internal.EMPTY_RESPONSE |
| Modifier and Type | Class and Description |
|---|---|
class |
RealResponseBody |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
HttpCodec.openResponseBody(Response response) |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
Http1Codec.openResponseBody(Response response) |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
Http2Codec.openResponseBody(Response response) |
Copyright © 2019. All rights reserved.