public interface io.netty.handler.codec.http2.Http2ConnectionEncoder extends io.netty.handler.codec.http2.Http2FrameWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.Http2ConnectionEncoder
  super_class: java.lang.Object
{
  public abstract void lifecycleManager(io.netty.handler.codec.http2.Http2LifecycleManager);
    descriptor: (Lio/netty/handler/codec/http2/Http2LifecycleManager;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      lifecycleManager  

  public abstract io.netty.handler.codec.http2.Http2Connection connection();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Connection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.http2.Http2RemoteFlowController flowController();
    descriptor: ()Lio/netty/handler/codec/http2/Http2RemoteFlowController;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.http2.Http2FrameWriter frameWriter();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameWriter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.http2.Http2Settings pollSentSettings();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Settings;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void remoteSettings(io.netty.handler.codec.http2.Http2Settings);
    descriptor: (Lio/netty/handler/codec/http2/Http2Settings;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
          Name  Flags
      settings  

  public abstract io.netty.channel.ChannelFuture writeFrame(io.netty.channel.ChannelHandlerContext, byte, int, io.netty.handler.codec.http2.Http2Flags, io.netty.buffer.ByteBuf, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      ctx        
      frameType  
      streamId   
      flags      
      payload    
      promise    
}
SourceFile: "Http2ConnectionEncoder.java"