public class SpdyFrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
ByteBufs into SPDY Data and Control Frames.| Constructor and Description |
|---|
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 |
|---|---|
protected Object |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer) |
Object |
decodeLast(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
callDecode, channelInactive, channelReadSuspended, inboundBufferUpdated, isSingleDecode, setSingleDecodediscardInboundReadBytes, freeInboundBuffer, inboundBufferUpdated, newInboundBufferchannelActive, channelRegistered, channelUnregistered, userEventTriggeredafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaughtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SpdyFrameDecoder(int version)
version and the default
maxChunkSize (8192) and maxHeaderSize (16384).public SpdyFrameDecoder(int version,
int maxChunkSize,
int maxHeaderSize)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.