Uses of Interface
org.apache.dubbo.remoting.http12.HttpChannel
Packages that use HttpChannel
Package
Description
-
Uses of HttpChannel in org.apache.dubbo.remoting.http12
Classes in org.apache.dubbo.remoting.http12 with type parameters of type HttpChannelModifier and TypeClassDescriptionclassAbstractServerHttpChannelObserver<H extends HttpChannel>interfaceServerHttpChannelObserver<H extends HttpChannel>Methods in org.apache.dubbo.remoting.http12 that return HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.command
Methods in org.apache.dubbo.remoting.http12.command that return HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.h1
Methods in org.apache.dubbo.remoting.http12.h1 with parameters of type HttpChannelModifier and TypeMethodDescriptionHttp1ServerTransportListenerFactory.newInstance(HttpChannel httpChannel, URL url, FrameworkModel frameworkModel) Constructors in org.apache.dubbo.remoting.http12.h1 with parameters of type HttpChannelModifierConstructorDescriptionHttp1ServerChannelObserver(HttpChannel httpChannel) Http1SseServerChannelObserver(HttpChannel httpChannel) -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.h2
Subinterfaces of HttpChannel in org.apache.dubbo.remoting.http12.h2Classes in org.apache.dubbo.remoting.http12.h2 that implement HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.h2.command
Classes in org.apache.dubbo.remoting.http12.h2.command that implement HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.message
Methods in org.apache.dubbo.remoting.http12.message with parameters of type HttpChannelModifier and TypeMethodDescriptionDefaultHttpMessageAdapterFactory.adaptRequest(HttpMetadata rawRequest, HttpChannel channel) HttpMessageAdapterFactory.adaptRequest(REQUEST rawRequest, HttpChannel channel) Constructors in org.apache.dubbo.remoting.http12.message with parameters of type HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.netty4.h1
Classes in org.apache.dubbo.remoting.http12.netty4.h1 that implement HttpChannel -
Uses of HttpChannel in org.apache.dubbo.remoting.http12.netty4.h2
Classes in org.apache.dubbo.remoting.http12.netty4.h2 that implement HttpChannel