Package | Description |
---|---|
org.simpleframework.http.message |
Modifier and Type | Class and Description |
---|---|
class |
HeaderConsumer
The
HeaderConsumer object is used to consume a HTTP
header from the cursor. |
class |
RequestConsumer
The
RequestConsumer object is used to parse the HTTP
request line followed by the HTTP message headers. |
Modifier and Type | Method and Description |
---|---|
Header |
EntityConsumer.getHeader()
This provides the HTTP request header for the entity.
|
Header |
Entity.getHeader()
This provides the HTTP request header for the entity.
|
Copyright © 2024. All rights reserved.