Class Http1ClientResponse
java.lang.Object
cool.scx.http.x.http1.Http1ClientResponse
- All Implemented Interfaces:
ScxHttpHeadersReadHelper,ScxHttpClientResponse
HTTP/1.1 ClientResponse
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionHttp1ClientResponse(Http1StatusLine statusLine, Http1Headers headers, InputStream bodyInputStream) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.headers.ScxHttpHeadersReadHelper
contentEncoding, contentLength, contentType, cookies, getCookie, getHeader, getHeader, getSetCookie, setCookies
-
Constructor Details
-
Http1ClientResponse
public Http1ClientResponse(Http1StatusLine statusLine, Http1Headers headers, InputStream bodyInputStream)
-
-
Method Details
-
status
- Specified by:
statusin interfaceScxHttpClientResponse
-
reasonPhrase
-
headers
- Specified by:
headersin interfaceScxHttpClientResponse- Specified by:
headersin interfaceScxHttpHeadersReadHelper
-
body
- Specified by:
bodyin interfaceScxHttpClientResponse
-