Class SpdyHttpCodec

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public final class SpdyHttpCodec extends CombinedChannelDuplexHandler<SpdyHttpDecoder,SpdyHttpEncoder>
A combination of SpdyHttpDecoder and SpdyHttpEncoder
  • Constructor Details

    • 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.
    • SpdyHttpCodec

      public SpdyHttpCodec(SpdyVersion version, int maxContentLength, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory)
      Creates a new instance with the specified decoder options.