public class SpdyFrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
ByteBufs into SPDY Frames.| Modifier | 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.
|
protected |
SpdyFrameDecoder(int version,
int maxChunkSize,
io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder headerBlockDecoder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer,
List<Object> out) |
void |
decodeLast(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic SpdyFrameDecoder(int version)
version and the default
maxChunkSize (8192) and maxHeaderSize (16384).public SpdyFrameDecoder(int version,
int maxChunkSize,
int maxHeaderSize)
protected SpdyFrameDecoder(int version,
int maxChunkSize,
io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder headerBlockDecoder)
Copyright © 2008–2013 The Netty Project. All rights reserved.