Uses of Class
org.apache.hc.core5.http2.frame.FrameFactory
Packages that use FrameFactory
Package
Description
Core HTTP/2 data frame APIs.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of FrameFactory in org.apache.hc.core5.http2.frame
Subclasses of FrameFactory in org.apache.hc.core5.http2.frameFields in org.apache.hc.core5.http2.frame declared as FrameFactory -
Uses of FrameFactory in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as FrameFactoryModifier and TypeFieldDescriptionprivate final FrameFactoryAbstractH2StreamMultiplexer.frameFactoryprivate final FrameFactoryClientH2StreamMultiplexerFactory.frameFactoryprivate final FrameFactoryServerH2StreamMultiplexerFactory.frameFactoryConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type FrameFactoryModifierConstructorDescription(package private)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) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener, FrameFactory frameFactory) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener, FrameFactory frameFactory) -
Uses of FrameFactory in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as FrameFactoryModifier and TypeFieldDescriptionprivate FrameFactoryH2MultiplexingRequesterBootstrap.frameFactoryprivate FrameFactoryH2RequesterBootstrap.frameFactoryprivate FrameFactoryH2ServerBootstrap.frameFactoryMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type FrameFactoryModifier and TypeMethodDescriptionfinal H2RequesterBootstrapH2RequesterBootstrap.setFrameFactory(FrameFactory frameFactory) SetsFrameFactoryinstance.final H2ServerBootstrapH2ServerBootstrap.setFrameFactory(FrameFactory frameFactory) SetsFrameFactoryinstance.H2MultiplexingRequesterBootstrap.setStreamListener(FrameFactory frameFactory) SetsFrameFactoryinstance.