public interface  io.netty.handler.codec.http.StreamByteDistributor extends java.lang.Object
{
public abstract void updateStreamableBytes(io.netty.handler.codec.http.StreamByteDistributor$StreamState);
public abstract void updateDependencyTree(int, int, short, boolean);
public abstract boolean distribute(int, io.netty.handler.codec.http.StreamByteDistributor$Writer) throws io.netty.handler.codec.http.Http2Exception;
}