Uses of Interface
org.apache.dubbo.remoting.http12.h2.H2StreamChannel
Packages that use H2StreamChannel
Package
Description
-
Uses of H2StreamChannel in org.apache.dubbo.remoting.http12.h2
Classes in org.apache.dubbo.remoting.http12.h2 that implement H2StreamChannelMethods in org.apache.dubbo.remoting.http12.h2 that return H2StreamChannelMethods in org.apache.dubbo.remoting.http12.h2 with parameters of type H2StreamChannelModifier and TypeMethodDescriptionHttp2ServerTransportListenerFactory.newInstance(H2StreamChannel streamChannel, URL url, FrameworkModel frameworkModel) Constructors in org.apache.dubbo.remoting.http12.h2 with parameters of type H2StreamChannelModifierConstructorDescriptionHttp2ChannelDelegate(H2StreamChannel h2StreamChannel) Http2ServerChannelObserver(H2StreamChannel h2StreamChannel) -
Uses of H2StreamChannel in org.apache.dubbo.remoting.http12.h2.command
Classes in org.apache.dubbo.remoting.http12.h2.command that implement H2StreamChannelConstructors in org.apache.dubbo.remoting.http12.h2.command with parameters of type H2StreamChannelModifierConstructorDescriptionHttp2WriteQueueChannel(H2StreamChannel h2StreamChannel, HttpWriteQueue httpWriteQueue) -
Uses of H2StreamChannel in org.apache.dubbo.remoting.http12.netty4.h2
Classes in org.apache.dubbo.remoting.http12.netty4.h2 that implement H2StreamChannelConstructors in org.apache.dubbo.remoting.http12.netty4.h2 with parameters of type H2StreamChannelModifierConstructorDescriptionNettyHttp2FrameHandler(H2StreamChannel h2StreamChannel, Http2TransportListener transportListener)