public interface IHttpClientResponse
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called to close the connection to the remote server.
|
String |
getBody() |
String |
getHeader(String headerName) |
int |
getResponseCode() |
String |
getResponseMessage() |
int getResponseCode()
String getResponseMessage()
String getHeader(String headerName)
headerName - the name of the http response header to getString getBody()
void close()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.