public final class SpdyFrameCodec
extends io.netty.channel.ChannelHandlerAppender
SpdyFrameDecoder and SpdyFrameEncoder.| Constructor and Description |
|---|
SpdyFrameCodec(SpdyVersion version)
Creates a new instance with the specified
version and
the default decoder and encoder options
(maxChunkSize (8192), maxHeaderSize (16384),
compressionLevel (6), windowBits (15),
and memLevel (8)). |
SpdyFrameCodec(SpdyVersion version,
int maxChunkSize,
int maxHeaderSize,
int compressionLevel,
int windowBits,
int memLevel)
Creates a new instance with the specified decoder and encoder options.
|
add, add, add, add, handlerAdded, handlerAtpublic SpdyFrameCodec(SpdyVersion version)
version and
the default decoder and encoder options
(maxChunkSize (8192), maxHeaderSize (16384),
compressionLevel (6), windowBits (15),
and memLevel (8)).public SpdyFrameCodec(SpdyVersion version, int maxChunkSize, int maxHeaderSize, int compressionLevel, int windowBits, int memLevel)
Copyright © 2008–2013 The Netty Project. All rights reserved.