|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HttpConnector.Response
The http response which can be used to obtain the http status, headers and the content via input stream.
Method Summary | |
---|---|
void |
close()
Closes/destroys this object after reading data. |
String |
getHeader(String name)
Gets the response header value from the given header name . |
InputStream |
getInputStream()
Gets the response content via InputStream. |
int |
getStatus()
Gets the response http status. |
Method Detail |
---|
InputStream getInputStream() throws IOException
IOException
String getHeader(String name)
name
.
int getStatus()
void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |