Package org.hcjf.io.net.http.layered
Class LayeredRequest
- java.lang.Object
-
- org.hcjf.io.net.http.HttpPackage
-
- org.hcjf.io.net.http.HttpRequest
-
- org.hcjf.io.net.http.layered.LayeredRequest
-
public class LayeredRequest extends HttpRequest
This class represents a package that contains all the information about a restful request.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.io.net.http.HttpRequest
HttpRequest.AttachFile
-
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 LayeredRequest(HttpRequest request)
-
Method Summary
-
Methods inherited from class org.hcjf.io.net.http.HttpRequest
addHttpParameter, getContext, getMethod, getParameter, getParameters, getPath, getPathParts, getProtocolHeader, getReplaceableValue, hasParameter, processBody, processFirstLine, setContext, setMatcher, setMethod, setPath, 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
-
-
-
-
Constructor Detail
-
LayeredRequest
public LayeredRequest(HttpRequest request)
-
-