public interface io.netty.handler.codec.http2.StreamByteDistributor
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.http2.StreamByteDistributor
super_class: java.lang.Object
{
public abstract void updateStreamableBytes(io.netty.handler.codec.http2.StreamByteDistributor$StreamState);
descriptor: (Lio/netty/handler/codec/http2/StreamByteDistributor$StreamState;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
state
public abstract void updateDependencyTree(int, int, short, boolean);
descriptor: (IISZ)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
childStreamId
parentStreamId
weight
exclusive
public abstract boolean distribute(int, io.netty.handler.codec.http2.StreamByteDistributor$Writer);
descriptor: (ILio/netty/handler/codec/http2/StreamByteDistributor$Writer;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
maxBytes
writer
}
SourceFile: "StreamByteDistributor.java"
NestMembers:
io.netty.handler.codec.http2.StreamByteDistributor$StreamState io.netty.handler.codec.http2.StreamByteDistributor$Writer
InnerClasses:
public abstract StreamState = io.netty.handler.codec.http2.StreamByteDistributor$StreamState of io.netty.handler.codec.http2.StreamByteDistributor
public abstract Writer = io.netty.handler.codec.http2.StreamByteDistributor$Writer of io.netty.handler.codec.http2.StreamByteDistributor