| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpBrokenContent
HttpContent message, which represents broken HTTP content. |
class |
HttpContent
Object represents HTTP message content: complete or part.
|
class |
HttpHeader
HttpPacket, which represents HTTP message header. |
class |
HttpRequestPacket
The
HttpHeader object, which represents HTTP request message. |
class |
HttpResponsePacket
The
HttpHeader object, which represents HTTP response message. |
class |
HttpTrailer
HttpContent message, which represents HTTP trailer message. |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.grizzly.Buffer |
HttpClientFilter.encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
HttpPacket input) |
protected org.glassfish.grizzly.Buffer |
HttpServerFilter.encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
HttpPacket input) |
protected org.glassfish.grizzly.Buffer |
HttpCodecFilter.encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
HttpPacket input) |
static boolean |
HttpContent.isContent(HttpPacket httpPacket)
Returns true if passed
HttpPacket is a HttpContent. |
void |
HttpProbe.onErrorEvent(org.glassfish.grizzly.Connection connection,
HttpPacket httpPacket,
Throwable error)
Method will be called, when error occurs during the
HttpCodecFilter processing. |
void |
HttpProbe.Adapter.onErrorEvent(org.glassfish.grizzly.Connection connection,
HttpPacket httpPacket,
Throwable error)
Method will be called, when error occurs during the
HttpCodecFilter processing. |
Copyright © 2020 Oracle Corporation. All Rights Reserved.