Package | Description |
---|---|
org.simpleframework.http.message |
Modifier and Type | Class and Description |
---|---|
class |
ChunkedConsumer
The
ChunkedConsumer is reads an decodes a stream
using the chunked transfer coding. |
class |
EmptyConsumer
The
EmptyConsumer object is used to represent a body
of zero length. |
class |
FileUploadConsumer
The
FileUploadConsumer object is used to consume a
list of parts encoded in the multipart format. |
class |
FixedLengthConsumer
The
FixedLengthConsumer object reads a fixed number of
bytes from a cursor. |
class |
UpdateConsumer
The
UpdateConsumer object is used to create a consumer
that is used to consume and process large bodies. |
Modifier and Type | Field and Description |
---|---|
protected BodyConsumer |
EntityConsumer.body
This is used to consume the body for the request entity.
|
Copyright © 2019. All rights reserved.