| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayHttpEntity
Represents a byte array entity message.
|
class |
EmptyHttpEntity
Represents a http empty body
|
class |
InputStreamHttpEntity |
class |
MultipartHttpEntity |
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
HttpMessage.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
DefaultHttpRequest.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBuilder |
HttpRequestBuilder.setEntity(HttpEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
DefaultHttpResponse.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseBuilder |
HttpResponseBuilder.setEntity(HttpEntity body) |
| Constructor and Description |
|---|
DefaultHttpResponse(ResponseStatus responseStatus,
org.apache.commons.collections.MultiMap headers,
HttpEntity body) |
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
GrizzlyHttpRequestAdapter.getEntity() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.