Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.core |
Modifier and Type | Interface and Description |
---|---|
interface |
Request
The
Request is used to provide an interface to the
HTTP entity body and message header. |
Modifier and Type | Class and Description |
---|---|
class |
RequestWrapper
The
RequestWrapper object is used so that the original
Request object can be wrapped in a filtering proxy
object. |
Modifier and Type | Method and Description |
---|---|
RequestHeader |
Conversation.getRequest()
This provides the
Request object. |
Constructor and Description |
---|
Conversation(RequestHeader request,
ResponseHeader response)
Constructor for the
Conversation object. |
Copyright © 2022. All rights reserved.