@Immutable public final class HttpResponse extends Object
| Constructor and Description |
|---|
HttpResponse(Integer status,
String body,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Map<String,List<String>> |
getHeaders() |
Integer |
getStatus() |
Copyright © 2019 OpenDaylight. All rights reserved.