public class ClientResponse extends Object
| Constructor and Description |
|---|
ClientResponse(int status,
URI location,
Date lastModified,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getHeaders() |
Date |
getLastModified() |
URI |
getLocation() |
int |
getStatus() |
Copyright © 2018. All rights reserved.