Uses of Class
io.netty.handler.codec.http2.Http2ConnectionHandler
Packages that use Http2ConnectionHandler
-
Uses of Http2ConnectionHandler in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 with type parameters of type Http2ConnectionHandlerModifier and TypeClassDescriptionclassAbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T, B>> Abstract base class which defines commonly used features required to buildHttp2ConnectionHandlerinstances.Subclasses of Http2ConnectionHandler in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclassAn HTTP/2 handler that maps HTTP/2 frames toHttp2Frameobjects and vice versa.classDeprecated.classTranslates HTTP/1.x object writes into HTTP/2 frames.Fields in io.netty.handler.codec.http2 declared as Http2ConnectionHandlerModifier and TypeFieldDescriptionprivate final Http2ConnectionHandlerHttp2ClientUpgradeCodec.connectionHandlerprivate final Http2ConnectionHandlerHttp2ServerUpgradeCodec.connectionHandlerMethods in io.netty.handler.codec.http2 that return Http2ConnectionHandlerModifier and TypeMethodDescriptionHttp2ConnectionHandlerBuilder.build()protected Http2ConnectionHandlerHttp2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Constructors in io.netty.handler.codec.http2 with parameters of type Http2ConnectionHandlerModifierConstructorDescriptionHttp2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler) Creates the codec using a default name for the connection handler when adding to the pipeline.Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler, Http2MultiplexHandler http2MultiplexHandler) Creates the codec using a default name for the connection handler when adding to the pipeline.Http2ClientUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler) Creates the codec providing an upgrade to the given handler for HTTP/2.privateHttp2ClientUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler, ChannelHandler upgradeToHandler, Http2MultiplexHandler http2MultiplexHandler) Http2ClientUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler, Http2MultiplexHandler http2MultiplexHandler) Creates the codec providing an upgrade to the given handler for HTTP/2.Http2ServerUpgradeCodec(Http2ConnectionHandler connectionHandler) Creates the codec using a default name for the connection handler when adding to the pipeline.Http2ServerUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler) Creates the codec providing an upgrade to the given handler for HTTP/2.privateHttp2ServerUpgradeCodec(String handlerName, Http2ConnectionHandler connectionHandler, ChannelHandler... handlers)
Http2FrameCodecBuildertogether withHttp2MultiplexHandler.