Hierarchy For Package org.apache.dubbo.remoting.http12.h2
Class Hierarchy
- java.lang.Object
- org.apache.dubbo.remoting.http12.AbstractServerHttpChannelObserver<H> (implements org.apache.dubbo.remoting.http12.ServerHttpChannelObserver<H>)
- org.apache.dubbo.remoting.http12.h2.Http2ServerChannelObserver (implements org.apache.dubbo.remoting.http12.FlowControlStreamObserver<T>, org.apache.dubbo.remoting.http12.h2.Http2CancelableStreamObserver<T>)
- org.apache.dubbo.remoting.http12.h2.Http2ChannelDelegate (implements org.apache.dubbo.remoting.http12.h2.H2StreamChannel)
- org.apache.dubbo.remoting.http12.h2.Http2InputMessageFrame (implements org.apache.dubbo.remoting.http12.h2.Http2InputMessage)
- org.apache.dubbo.remoting.http12.h2.Http2MetadataFrame (implements org.apache.dubbo.remoting.http12.h2.Http2Header)
- org.apache.dubbo.remoting.http12.h2.Http2OutputMessageFrame (implements org.apache.dubbo.remoting.http12.h2.Http2OutputMessage)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.dubbo.remoting.http12.h2.CancelStreamException (implements org.apache.dubbo.remoting.http12.ErrorCodeHolder)
- java.lang.RuntimeException
- java.lang.Exception
- org.apache.dubbo.remoting.http12.AbstractServerHttpChannelObserver<H> (implements org.apache.dubbo.remoting.http12.ServerHttpChannelObserver<H>)
Interface Hierarchy
- java.lang.AutoCloseable
- org.apache.dubbo.remoting.http12.HttpInputMessage
- org.apache.dubbo.remoting.http12.h2.Http2InputMessage (also extends org.apache.dubbo.remoting.http12.h2.Http2StreamFrame)
- org.apache.dubbo.remoting.http12.HttpOutputMessage
- org.apache.dubbo.remoting.http12.h2.Http2OutputMessage (also extends org.apache.dubbo.remoting.http12.h2.Http2StreamFrame)
- org.apache.dubbo.remoting.http12.HttpInputMessage
- org.apache.dubbo.remoting.http12.h2.Http2ServerTransportListenerFactory
- org.apache.dubbo.remoting.http12.h2.Http2StreamFrame
- org.apache.dubbo.remoting.http12.h2.Http2Header (also extends org.apache.dubbo.remoting.http12.RequestMetadata)
- org.apache.dubbo.remoting.http12.h2.Http2InputMessage (also extends org.apache.dubbo.remoting.http12.HttpInputMessage)
- org.apache.dubbo.remoting.http12.h2.Http2OutputMessage (also extends org.apache.dubbo.remoting.http12.HttpOutputMessage)
- org.apache.dubbo.remoting.http12.HttpChannel
- org.apache.dubbo.remoting.http12.h2.H2StreamChannel
- org.apache.dubbo.remoting.http12.HttpMetadata
- org.apache.dubbo.remoting.http12.RequestMetadata
- org.apache.dubbo.remoting.http12.h2.Http2Header (also extends org.apache.dubbo.remoting.http12.h2.Http2StreamFrame)
- org.apache.dubbo.remoting.http12.RequestMetadata
- org.apache.dubbo.remoting.http12.HttpTransportListener<HEADER,
MESSAGE> - org.apache.dubbo.remoting.http12.h2.CancelableTransportListener<HEADER,
MESSAGE> - org.apache.dubbo.remoting.http12.h2.Http2TransportListener
- org.apache.dubbo.remoting.http12.h2.CancelableTransportListener<HEADER,
- org.apache.dubbo.common.stream.StreamObserver<T>
- org.apache.dubbo.remoting.http12.h2.Http2CancelableStreamObserver<T>