public interface HttpResponse
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHeader(String header) |
InputStream |
getInputStream() |
int |
getStatusCode() |
String |
getStatusMessage() |
int getStatusCode()
throws IOException
IOExceptionString getStatusMessage() throws IOException
IOExceptionString getHeader(String header) throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionCopyright © 2019. All rights reserved.