public class SpdyFrameEncoder extends io.netty.handler.codec.MessageToByteEncoder<SpdyFrame>
ByteBuf.| Constructor and Description |
|---|
SpdyFrameEncoder(int version)
Creates a new instance with the specified
version and the
default compressionLevel (6), windowBits (15),
and memLevel (8). |
SpdyFrameEncoder(int version,
int compressionLevel,
int windowBits,
int memLevel)
Creates a new instance with the specified parameters.
|
| 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, readpublic SpdyFrameEncoder(int version)
version and the
default compressionLevel (6), windowBits (15),
and memLevel (8).public SpdyFrameEncoder(int version,
int compressionLevel,
int windowBits,
int memLevel)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.