|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BodyConsumer
The BodyConsumer is used to consume the body of an
HTTP message. Implementations of this consumer must provide the
Body that has been consumed. If there is no body
associated with the consumer then an empty body is returned.
| Method Summary | |
|---|---|
Body |
getBody()
This is used to acquire the body that has been consumed. |
| Methods inherited from interface org.simpleframework.http.message.ByteConsumer |
|---|
consume, isFinished |
| Method Detail |
|---|
Body getBody()
Part objects.
Each part can then be read as an individual message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||