public final class SpdyHttpCodec extends CombinedChannelDuplexHandler<SpdyHttpDecoder,SpdyHttpEncoder>
SpdyHttpDecoder
and SpdyHttpEncoder
ChannelHandler.Sharable
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.
|
bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, inboundHandler, init, outboundHandler, read, removeInboundHandler, removeOutboundHandler, userEventTriggered, write
ensureNotSharable, isSharable
public SpdyHttpCodec(SpdyVersion version, int maxContentLength)
public SpdyHttpCodec(SpdyVersion version, int maxContentLength, boolean validateHttpHeaders)
Copyright © 2008–2018 The Netty Project. All rights reserved.