Package | Description |
---|---|
org.simpleframework.http.message |
Modifier and Type | Method and Description |
---|---|
Body |
EntityConsumer.getBody()
This is used to acquire the body for this HTTP entity.
|
Body |
BodyConsumer.getBody()
This is used to acquire the body that has been consumed.
|
Body |
ChunkedConsumer.getBody()
This is used to acquire the body that has been consumed.
|
Body |
EmptyConsumer.getBody()
This is used to acquire the body that has been consumed.
|
Body |
Entity.getBody()
This is used to acquire the body for this HTTP entity.
|
Body |
FileUploadConsumer.getBody()
This is used to acquire the body that has been consumed.
|
Body |
FixedLengthConsumer.getBody()
This is used to acquire the body that has been consumed.
|
Copyright © 2024. All rights reserved.