Uses of Interface
org.apache.dubbo.remoting.http12.h2.Http2TransportListener
Packages that use Http2TransportListener
-
Uses of Http2TransportListener in org.apache.dubbo.remoting.http12.h2
Methods in org.apache.dubbo.remoting.http12.h2 that return Http2TransportListenerModifier and TypeMethodDescriptionHttp2ServerTransportListenerFactory.newInstance(H2StreamChannel streamChannel, URL url, FrameworkModel frameworkModel) -
Uses of Http2TransportListener in org.apache.dubbo.remoting.http12.netty4.h2
Constructors in org.apache.dubbo.remoting.http12.netty4.h2 with parameters of type Http2TransportListenerModifierConstructorDescriptionNettyHttp2FrameHandler(H2StreamChannel h2StreamChannel, Http2TransportListener transportListener)