| Package | Description |
|---|---|
| org.simpleframework.http.message | |
| org.simpleframework.http.parse |
| Modifier and Type | Field and Description |
|---|---|
protected ContentDisposition |
SegmentConsumer.disposition
This is used to represent the content disposition header.
|
| Modifier and Type | Method and Description |
|---|---|
ContentDisposition |
SegmentConsumer.getDisposition()
This is a convenience method that can be used to determine the
content type of the message body.
|
ContentDisposition |
Segment.getDisposition()
This is a convenience method that can be used to determine the
content type of the message body.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDispositionParser
The
ContentDispositionParser object is used to represent
a parser used to parse the Content-Disposition header. |
Copyright © 2024. All rights reserved.