Package | Description |
---|---|
org.glassfish.grizzly.http |
Modifier and Type | Method and Description |
---|---|
static ParsingResult |
ParsingResult.create(HttpContent httpContent,
Buffer remainderBuffer) |
ParsingResult |
LZMAContentEncoding.decode(Connection connection,
HttpContent httpContent) |
ParsingResult |
ContentEncoding.decode(Connection connection,
HttpContent httpContent)
Decode HTTP packet content represented by
HttpContent . |
ParsingResult |
GZipContentEncoding.decode(Connection connection,
HttpContent httpContent) |
ParsingResult |
FixedLengthTransferEncoding.parsePacket(FilterChainContext ctx,
HttpHeader httpPacket,
Buffer input)
Parse HTTP packet payload, represented by
Buffer using specific
transfer encoding. |
ParsingResult |
TransferEncoding.parsePacket(FilterChainContext ctx,
HttpHeader httpPacket,
Buffer buffer)
Parse HTTP packet payload, represented by
Buffer using specific
transfer encoding. |
ParsingResult |
ChunkedTransferEncoding.parsePacket(FilterChainContext ctx,
HttpHeader httpPacket,
Buffer buffer)
Parse HTTP packet payload, represented by
Buffer using specific
transfer encoding. |
Copyright © 2015 Oracle Corporation. All rights reserved.