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