public final class SpdyHttpCodec extends ChannelHandlerAppender
SpdyHttpDecoder and SpdyHttpEncoderChannelHandler.Sharable, ChannelHandler.Skip| Constructor and Description |
|---|
SpdyHttpCodec(SpdyVersion version,
int maxContentLength)
Creates a new instance with the specified decoder options.
|
SpdyHttpCodec(SpdyVersion version,
int maxContentLength,
boolean validateHttpHeaders)
Creates a new instance with the specified decoder options.
|
add, add, add, add, handlerAdded, handlerAtbind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerRemoved, isSharable, read, userEventTriggered, writepublic SpdyHttpCodec(SpdyVersion version, int maxContentLength)
public SpdyHttpCodec(SpdyVersion version, int maxContentLength, boolean validateHttpHeaders)
Copyright © 2008–2015 The Netty Project. All rights reserved.