Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.core |
Modifier and Type | Interface and Description |
---|---|
interface |
Response
This is used to represent the HTTP response.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseWrapper
The
ResponseWrapper object is used so that the original
Response object can be wrapped in a filtering proxy
object. |
Modifier and Type | Method and Description |
---|---|
ResponseHeader |
Conversation.getResponse()
This provides the
Response object. |
Constructor and Description |
---|
Conversation(RequestHeader request,
ResponseHeader response)
Constructor for the
Conversation object. |
Copyright © 2021. All rights reserved.