public class SimpleHttpResponse extends Object
| Constructor and Description |
|---|
SimpleHttpResponse(String code,
Map<String,String> headers,
String body)
Initialize the immutable HTTP Response details
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getCode() |
Map<String,String> |
getHeaders() |
String |
toString() |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.