public class SpdyFrameDecoder
extends java.lang.Object
ByteBuf
s into SPDY Frames.Constructor and Description |
---|
SpdyFrameDecoder(SpdyVersion spdyVersion,
SpdyFrameDecoderDelegate delegate)
Creates a new instance with the specified
version
and the default maxChunkSize (8192) . |
SpdyFrameDecoder(SpdyVersion spdyVersion,
SpdyFrameDecoderDelegate delegate,
int maxChunkSize)
Creates a new instance with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
decode(ByteBuf buffer) |
public SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate)
version
and the default maxChunkSize (8192)
.public SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize)
public void decode(ByteBuf buffer)
Copyright © 2008–2018 The Netty Project. All rights reserved.