Uses of Class
org.apache.hc.core5.http2.frame.FrameFactory
-
Packages that use FrameFactory 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 FrameFactory in org.apache.hc.core5.http2.frame
Subclasses of FrameFactory in org.apache.hc.core5.http2.frame Modifier and Type Class Description class
DefaultFrameFactory
DefaultFrameFactory
implementation.Fields in org.apache.hc.core5.http2.frame declared as FrameFactory Modifier and Type Field Description static FrameFactory
DefaultFrameFactory. INSTANCE
-
Uses of FrameFactory in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as FrameFactory Modifier and Type Field Description private FrameFactory
AbstractH2StreamMultiplexer. frameFactory
Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type FrameFactory Constructor Description AbstractH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, StreamIdGenerator idGenerator, HttpProcessor httpProcessor, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener)
ClientH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener)
ServerH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener)
-