public class SpdyFrameEncoder extends io.netty.handler.codec.MessageToByteEncoder<SpdyFrame>
ByteBuf.| Modifier | Constructor and Description |
|---|---|
|
SpdyFrameEncoder(SpdyVersion version)
Creates a new instance with the specified
version and the
default compressionLevel (6), windowBits (15),
and memLevel (8). |
|
SpdyFrameEncoder(SpdyVersion version,
int compressionLevel,
int windowBits,
int memLevel)
Creates a new instance with the specified parameters.
|
protected |
SpdyFrameEncoder(SpdyVersion version,
io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder headerBlockEncoder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
SpdyFrame msg,
io.netty.buffer.ByteBuf out) |
void |
handlerAdded(io.netty.channel.ChannelHandlerContext ctx) |
acceptOutboundMessage, writebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerRemoved, isSharablepublic SpdyFrameEncoder(SpdyVersion version)
version and the
default compressionLevel (6), windowBits (15),
and memLevel (8).public SpdyFrameEncoder(SpdyVersion version, int compressionLevel, int windowBits, int memLevel)
protected SpdyFrameEncoder(SpdyVersion version, io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder headerBlockEncoder)
Copyright © 2008–2014 The Netty Project. All rights reserved.