Package org.glassfish.grizzly.http
Class ParsingResult
java.lang.Object
org.glassfish.grizzly.http.ParsingResult
- All Implemented Interfaces:
Cacheable
Class, which represents result of
TransferEncoding or ContentEncoding parsing.- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsingResultcreate(HttpContent httpContent, Buffer remainderBuffer) static ParsingResultcreate(HttpContent httpContent, Buffer remainderBuffer, boolean sendHeaderUpstream) booleanvoidrecycle()
-
Method Details
-
create
-
create
public static ParsingResult create(HttpContent httpContent, Buffer remainderBuffer, boolean sendHeaderUpstream) -
getRemainderBuffer
-
getHttpContent
-
isSendHeaderUpstream
public boolean isSendHeaderUpstream() -
recycle
public void recycle()
-