public final class SpdyHttpCodec
extends io.netty.channel.ChannelHandlerAppender
SpdyHttpDecoder and SpdyHttpEncoder| 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, handlerAtchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic SpdyHttpCodec(SpdyVersion version, int maxContentLength)
public SpdyHttpCodec(SpdyVersion version, int maxContentLength, boolean validateHttpHeaders)
Copyright © 2008–2015 The Netty Project. All rights reserved.