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() |
addToAttachmentList, createAttachmentMap, getAttachment, getAttachmentList, putAttachment, removeAttachmentpublic ClientResponse(int responseCode,
String status,
HttpString protocol)
public ClientResponse(int responseCode,
String status,
HttpString protocol,
HeaderMap headers)
public HeaderMap getResponseHeaders()
public HttpString getProtocol()
public int getResponseCode()
public String getStatus()
Copyright © 2016 JBoss by Red Hat. All rights reserved.