Uses of Interface
org.apache.hc.core5.http2.frame.StreamIdGenerator
-
Packages that use StreamIdGenerator Package Description org.apache.hc.core5.http2.frame Core HTTP/2 data frame APIs.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of StreamIdGenerator in org.apache.hc.core5.http2.frame
Fields in org.apache.hc.core5.http2.frame declared as StreamIdGenerator Modifier and Type Field Description static StreamIdGeneratorStreamIdGenerator. EVENstatic StreamIdGeneratorStreamIdGenerator. ODD -
Uses of StreamIdGenerator in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as StreamIdGenerator Modifier and Type Field Description private StreamIdGeneratorAbstractH2StreamMultiplexer. idGeneratorConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type StreamIdGenerator Constructor Description AbstractH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, StreamIdGenerator idGenerator, HttpProcessor httpProcessor, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener)
-