public class SpdyFrameDecoder extends io.netty.handler.codec.ByteToMessageDecoder<Object>
ByteBufs into SPDY Data and Control Frames.| Constructor and Description |
|---|
SpdyFrameDecoder()
Deprecated.
|
SpdyFrameDecoder(int version)
Creates a new instance with the specified
version and the default
maxChunkSize (8192) and maxHeaderSize (16384). |
SpdyFrameDecoder(int version,
int maxChunkSize,
int maxHeaderSize)
Creates a new instance with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer) |
Object |
decodeLast(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
beforeAdd, callDecode, channelInactive, inboundBufferUpdated, newInboundBuffer, replaceafterAdd, afterRemove, beforeRemove, channelActive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Deprecated public SpdyFrameDecoder()
version (2),
maxChunkSize (8192), and maxHeaderSize (16384).public SpdyFrameDecoder(int version)
version and the default
maxChunkSize (8192) and maxHeaderSize (16384).public SpdyFrameDecoder(int version,
int maxChunkSize,
int maxHeaderSize)
Copyright © 2008-2012 The Netty Project. All Rights Reserved.