Package io.undertow.client
Class ClientResponse
java.lang.Object
io.undertow.util.AbstractAttachable
io.undertow.client.ClientResponse
- All Implemented Interfaces:
Attachable
A client response. This just contains the parsed response header, the response body
can be read from the
ClientExchange
.- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionClientResponse
(int responseCode, String status, HttpString protocol) ClientResponse
(int responseCode, String status, HttpString protocol, HeaderMap headers) -
Method Summary
Methods inherited from class io.undertow.util.AbstractAttachable
addToAttachmentList, createAttachmentMap, getAttachment, getAttachmentList, putAttachment, removeAttachment