public interface  io.netty.handler.codec.http.Http2LifecycleManager extends java.lang.Object
{
public abstract void closeStreamLocal(io.netty.handler.codec.http.Http2Stream, io.netty.channel.ChannelFuture);
public abstract void closeStreamRemote(io.netty.handler.codec.http.Http2Stream, io.netty.channel.ChannelFuture);
public abstract void closeStream(io.netty.handler.codec.http.Http2Stream, io.netty.channel.ChannelFuture);
public abstract io.netty.channel.ChannelFuture resetStream(io.netty.channel.ChannelHandlerContext, int, long, io.netty.channel.ChannelPromise);
public abstract io.netty.channel.ChannelFuture goAway(io.netty.channel.ChannelHandlerContext, int, long, io.netty.buffer.ByteBuf, io.netty.channel.ChannelPromise);
public abstract void onError(io.netty.channel.ChannelHandlerContext, boolean, java.lang.Throwable);
}