public interface  org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame extends java.lang.Object implements org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2Frame, org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.buffer.ByteBufHolder
{
public abstract long errorCode();
public abstract int extraStreamIds();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame setExtraStreamIds(int);
public abstract int lastStreamId();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.buffer.ByteBuf content();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame copy();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame duplicate();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame retainedDuplicate();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame replace(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.buffer.ByteBuf);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame retain();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame retain(int);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame touch();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.Http2GoAwayFrame touch(java.lang.Object);
}