Package

io.netty.handler.codec

http2

Permalink

package http2

Visibility
  1. Public
  2. All

Type Members

  1. class H2FrameCodec extends ChannelDuplexHandler

    Permalink

    This is a direct reimplementation of io.netty.handler.codec.http2.Http2FrameCodec.

    This is a direct reimplementation of io.netty.handler.codec.http2.Http2FrameCodec.

    Thie Netty API is unstable at the moment and unsuitable for our current needs, especially with regard to initial settings and flow control. We SHOULD feed back whatever we need to Netty, but one step at a time.

    Copyright 2016 The Netty Project

  2. class Http2FrameCodecServerUpgrader extends Http2ServerUpgradeCodec

    Permalink

    Adapt Http2ServerUpgradeCodec to be instantiated with an Http2FrameCodec

Value Members

  1. object H2FrameCodec

    Permalink

Ungrouped