public final class ClientResponse extends AbstractAttachable
ClientExchange.| Constructor and Description | 
|---|
| ClientResponse(int responseCode,
              String status,
              HttpString protocol) | 
| ClientResponse(int responseCode,
              String status,
              HttpString protocol,
              HeaderMap headers) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpString | getProtocol() | 
| int | getResponseCode() | 
| HeaderMap | getResponseHeaders() | 
| String | getStatus() | 
| String | toString() | 
addToAttachmentList, createAttachmentMap, getAttachment, getAttachmentList, putAttachment, removeAttachmentpublic ClientResponse(int responseCode,
                      String status,
                      HttpString protocol)
public ClientResponse(int responseCode,
                      String status,
                      HttpString protocol,
                      HeaderMap headers)
Copyright © 2018 JBoss by Red Hat. All rights reserved.