public interface  io.netty.handler.codec.http.StreamByteDistributor$StreamState extends java.lang.Object
{
public abstract io.netty.handler.codec.http.Http2Stream stream();
public abstract long pendingBytes();
public abstract boolean hasFrame();
public abstract int windowSize();
}