|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpPacket | |
|---|---|
| org.glassfish.grizzly.http | |
| Uses of HttpPacket in org.glassfish.grizzly.http |
|---|
| Subclasses of HttpPacket in org.glassfish.grizzly.http | |
|---|---|
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. |
| Methods in org.glassfish.grizzly.http with parameters of type HttpPacket | |
|---|---|
protected Buffer |
HttpServerFilter.encodeHttpPacket(FilterChainContext ctx,
HttpPacket input)
|
protected Buffer |
HttpCodecFilter.encodeHttpPacket(FilterChainContext ctx,
HttpPacket input)
|
static boolean |
HttpContent.isContent(HttpPacket httpPacket)
Returns true if passed HttpPacket is a HttpContent. |
void |
HttpProbe.onErrorEvent(Connection connection,
HttpPacket httpPacket,
Throwable error)
Method will be called, when error occurs during the HttpCodecFilter processing. |
void |
HttpProbe.Adapter.onErrorEvent(Connection connection,
HttpPacket httpPacket,
Throwable error)
Method will be called, when error occurs during the HttpCodecFilter processing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||