public class SpdyFrameDecoder
extends java.lang.Object
ByteBufs into SPDY Frames.| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)