public class Response extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
content() |
Map<String,String> |
cookies() |
String |
error() |
HttpURLConnection |
getConnection() |
String |
header(String key) |
Map<String,List<String>> |
headers() |
List<String> |
headers(String key) |
String |
location() |
int |
status() |
public String content() throws IOException
IOExceptionpublic String error() throws IOException
IOExceptionpublic int status()
throws IOException
IOExceptionpublic HttpURLConnection getConnection()
public String location()
Copyright © 2017. All rights reserved.