Package org.hcjf.io.net.http.layered
Class LayeredResponse
- java.lang.Object
-
- org.hcjf.io.net.http.HttpPackage
-
- org.hcjf.io.net.http.HttpResponse
-
- org.hcjf.io.net.http.layered.LayeredResponse
-
public class LayeredResponse extends HttpResponse
Response package for the layered contexts.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.io.net.http.HttpPackage
HttpPackage.ChunkedDecoderLayer, HttpPackage.HttpProtocol, HttpPackage.TransferDecodingLayerInterface
-
-
Field Summary
-
Fields inherited from class org.hcjf.io.net.http.HttpPackage
HTTP_CONTEXT_SEPARATOR, HTTP_FIELD_ASSIGNATION, HTTP_FIELD_SEPARATOR, HTTP_FIELD_START, LINE_FIELD_SEPARATOR, STRING_LINE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description LayeredResponse(java.lang.Object layerResponse)
-
Method Summary
Modifier and Type Method Description java.lang.ObjectgetLayerResponse()Get the response object of the layer's invocation-
Methods inherited from class org.hcjf.io.net.http.HttpResponse
getProtocolHeader, getReasonPhrase, getResponseCode, processBody, processFirstLine, setReasonPhrase, setResponseCode, toString
-
Methods inherited from class org.hcjf.io.net.http.HttpPackage
addCookie, addData, addHeader, bodyDone, containsCookie, containsHeader, getBody, getCookie, getCookies, getHeader, getHeaders, getHttpVersion, getProtocol, isComplete, setBody, setHttpVersion, setProtocol, trimBody
-
-