public interface  io.netty.handler.codec.http.Http2HeadersEncoder$Configuration extends java.lang.Object
{
public abstract void maxHeaderTableSize(long) throws io.netty.handler.codec.http.Http2Exception;
public abstract long maxHeaderTableSize();
public abstract void maxHeaderListSize(long) throws io.netty.handler.codec.http.Http2Exception;
public abstract long maxHeaderListSize();
}