public interface io.undertow.protocols.http2.HpackDecoder$HeaderEmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.undertow.protocols.http2.HpackDecoder$HeaderEmitter
  super_class: java.lang.Object
{
  public abstract void emitHeader(io.undertow.util.HttpString, java.lang.String, boolean);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws io.undertow.protocols.http2.HpackException
    MethodParameters:
            Name  Flags
      name        
      value       
      neverIndex  
}
SourceFile: "HpackDecoder.java"
NestHost: io.undertow.protocols.http2.HpackDecoder
InnerClasses:
  public abstract HeaderEmitter = io.undertow.protocols.http2.HpackDecoder$HeaderEmitter of io.undertow.protocols.http2.HpackDecoder