public interface ServiceFilterResponse
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the response's content.
|
Header[] |
getHeaders()
Gets the response's headers.
|
byte[] |
getRawContent()
Gets the response's content.
|
StatusLine |
getStatus()
Gets the response's status.
|
Header[] getHeaders()
String getContent()
Exception
byte[] getRawContent()
Exception
StatusLine getStatus()