public class Response extends Object
Response
body.Constructor and Description |
---|
Response(StatusLine statusLine,
MessageHeaders headers)
Constructs a
Response object by parts. |
Modifier and Type | Method and Description |
---|---|
MessageHeaders |
getHeaders() |
StatusLine |
getStatusLine() |
boolean |
isContinue()
Returns true if the response should be continued.
|
String |
toString()
Returns a debug string showing the response information contained
within.
|
public Response(StatusLine statusLine, MessageHeaders headers)
Response
object by parts.public StatusLine getStatusLine()
public MessageHeaders getHeaders()
public boolean isContinue()
Copyright © 2013. All Rights Reserved.