public class HttpResponse extends Object
Constructor and Description |
---|
HttpResponse(int status, Map<String,List<String>> headers, byte[] entityBody) |
Modifier and Type | Method and Description |
---|---|
byte[] | getEntityBody() |
Map<String,List<String>> | getHeaders() |
int | getStatus() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.