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–2023 Mort Bay Consulting. All rights reserved.