| Package | Description |
|---|---|
| org.glassfish.grizzly.http | |
| org.glassfish.grizzly.http2 | |
| org.glassfish.grizzly.spdy |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientFilter
Client side
HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages. |
class |
HttpCodecFilter
The
Filter, responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode. |
class |
HttpServerFilter
Server side
HttpCodecFilter implementation, which is responsible for
decoding HttpRequestPacket and encoding HttpResponsePacket messages. |
| Modifier and Type | Class and Description |
|---|---|
class |
Http2BaseFilter
The
Filter serves as a bridge
between HTTP2 frames and upper-level HTTP layers by converting Http2Frames into
HttpPackets and passing them up/down by the FilterChain. |
class |
Http2ClientFilter |
class |
Http2ServerFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
SpdyHandlerFilter
The
Filter serves as a bridge
between SPDY and HTTP layers by converting SpdyFrames into
HttpPackets and passing them up/down by the FilterChain. |
Copyright © 2016 Oracle Corporation. All rights reserved.