public class SpincastTestHttpResponse extends Object
| Constructor and Description |
|---|
SpincastTestHttpResponse(int status,
String contentType,
String content,
Map<String,List<String>> headers,
Map<String,ICookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getContentType() |
ICookie |
getCookie(String name) |
Map<String,ICookie> |
getCookies() |
List<String> |
getHeader(String name) |
String |
getHeaderFirst(String name) |
Map<String,List<String>> |
getHeaders() |
int |
getStatus() |
Copyright © 2016. All rights reserved.