Package | Description |
---|---|
org.glassfish.grizzly.http | |
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 |
SpdyHandlerFilter
The
Filter serves as a bridge
between SPDY and HTTP layers by converting SpdyFrame s into
HttpPacket s and passing them up/down by the FilterChain . |
Copyright © 2015 Oracle Corporation. All rights reserved.