public interface Response
Modifier and Type | Method and Description |
---|---|
String |
getHeader(String name) |
Map<String,List<String>> |
getHeaders() |
InputStream |
getInputStream() |
int |
getStatusCode() |
String |
getStatusMessage() |
int getStatusCode() throws IOException
IOException
String getStatusMessage() throws IOException
IOException
InputStream getInputStream() throws IOException
IOException
Copyright © 2015. All rights reserved.