Class SpdyHttpCodec

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler

    public final class SpdyHttpCodec
    extends io.netty.channel.CombinedChannelDuplexHandler<SpdyHttpDecoder,​SpdyHttpEncoder>
    A combination of SpdyHttpDecoder and SpdyHttpEncoder
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      • Methods inherited from class io.netty.channel.CombinedChannelDuplexHandler

        bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, inboundHandler, init, outboundHandler, read, removeInboundHandler, removeOutboundHandler, userEventTriggered, write
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
    • Constructor Detail

      • SpdyHttpCodec

        public SpdyHttpCodec​(SpdyVersion version,
                             int maxContentLength)
        Creates a new instance with the specified decoder options.
      • SpdyHttpCodec

        @Deprecated
        public SpdyHttpCodec​(SpdyVersion version,
                             int maxContentLength,
                             boolean validateHttpHeaders)
        Deprecated.
        Creates a new instance with the specified decoder options.