Package Hierarchies:
- org.apache.dubbo.remoting.http12,
- org.apache.dubbo.remoting.http12.command,
- org.apache.dubbo.remoting.http12.exception,
- org.apache.dubbo.remoting.http12.h1,
- org.apache.dubbo.remoting.http12.h2,
- org.apache.dubbo.remoting.http12.h2.command,
- org.apache.dubbo.remoting.http12.message,
- org.apache.dubbo.remoting.http12.message.codec,
- org.apache.dubbo.remoting.http12.netty4,
- org.apache.dubbo.remoting.http12.netty4.h1,
- org.apache.dubbo.remoting.http12.netty4.h2,
- org.apache.dubbo.remoting.http12.rest
Class Hierarchy
- java.lang.Object
- org.apache.dubbo.remoting.http12.AbstractServerHttpChannelObserver<H> (implements org.apache.dubbo.remoting.http12.ServerHttpChannelObserver<H>)
- org.apache.dubbo.common.BatchExecutorQueue<T>
- org.apache.dubbo.remoting.http12.message.codec.BinaryCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.BinaryCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- org.apache.dubbo.remoting.http12.netty4.HttpWriteQueueHandler
- io.netty.channel.SimpleChannelInboundHandler<I>
- org.apache.dubbo.remoting.http12.message.codec.CodecUtils
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- org.apache.dubbo.remoting.http12.h1.DefaultHttp1Request (implements org.apache.dubbo.remoting.http12.h1.Http1Request)
- org.apache.dubbo.remoting.http12.h1.DefaultHttp1Response (implements org.apache.dubbo.remoting.http12.HttpInputMessage, org.apache.dubbo.remoting.http12.HttpMetadata)
- org.apache.dubbo.remoting.http12.message.DefaultHttpMessageAdapterFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageAdapterFactory<HR,REQUEST,RESPONSE>)
- org.apache.dubbo.remoting.http12.message.DefaultHttpRequest (implements org.apache.dubbo.remoting.http12.HttpRequest)
- org.apache.dubbo.remoting.http12.message.DefaultHttpResponse (implements org.apache.dubbo.remoting.http12.HttpResponse)
- org.apache.dubbo.remoting.http12.message.DefaultHttpResult<T> (implements org.apache.dubbo.remoting.http12.HttpResult<T>)
- org.apache.dubbo.remoting.http12.message.DefaultHttpResult.Builder<T>
- org.apache.dubbo.remoting.http12.message.DefaultListeningDecoder (implements org.apache.dubbo.remoting.http12.message.ListeningDecoder)
- org.apache.dubbo.remoting.http12.message.DefaultStreamingDecoder (implements org.apache.dubbo.remoting.http12.message.StreamingDecoder)
- org.apache.dubbo.remoting.http12.ErrorResponse (implements java.io.Serializable)
- org.apache.dubbo.remoting.http12.message.codec.HtmlCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.HtmlCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- org.apache.dubbo.remoting.http12.h1.Http1InputMessage (implements org.apache.dubbo.remoting.http12.HttpInputMessage)
- org.apache.dubbo.remoting.http12.h1.Http1Metadata (implements org.apache.dubbo.remoting.http12.HttpMetadata)
- org.apache.dubbo.remoting.http12.h1.Http1OutputMessage (implements org.apache.dubbo.remoting.http12.HttpOutputMessage)
- org.apache.dubbo.remoting.http12.h1.Http1RequestMetadata (implements org.apache.dubbo.remoting.http12.RequestMetadata)
- 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)
- org.apache.dubbo.remoting.http12.HttpConstants
- org.apache.dubbo.remoting.http12.HttpCookie
- org.apache.dubbo.remoting.http12.message.HttpHeadersMapAdapter (implements java.util.Map<K,V>)
- org.apache.dubbo.remoting.http12.HttpJsonUtils
- org.apache.dubbo.remoting.http12.HttpUtils
- java.io.InputStream (implements java.io.Closeable)
- org.apache.dubbo.remoting.http12.message.codec.JsonCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.JsonPbCodec
- org.apache.dubbo.remoting.http12.message.codec.JsonCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- org.apache.dubbo.remoting.http12.message.codec.JsonPbCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- org.apache.dubbo.remoting.http12.message.LengthFieldStreamingDecoder (implements org.apache.dubbo.remoting.http12.message.StreamingDecoder)
- org.apache.dubbo.remoting.http12.message.MediaType
- org.apache.dubbo.remoting.http12.message.MethodMetadata
- org.apache.dubbo.remoting.http12.netty4.h2.NettyH2StreamChannel (implements org.apache.dubbo.remoting.http12.h2.H2StreamChannel)
- org.apache.dubbo.remoting.http12.netty4.h1.NettyHttp1Channel (implements org.apache.dubbo.remoting.http12.HttpChannel)
- org.apache.dubbo.remoting.http12.netty4.h1.NettyHttp1HttpHeaders (implements org.apache.dubbo.remoting.http12.HttpHeaders)
- org.apache.dubbo.remoting.http12.netty4.NettyHttpHeaders<T> (implements org.apache.dubbo.remoting.http12.HttpHeaders)
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- io.netty.buffer.ByteBufOutputStream (implements java.io.DataOutput)
- org.apache.dubbo.remoting.http12.message.codec.PlainTextCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.PlainTextCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- org.apache.dubbo.remoting.http12.message.StreamingDecoder.DefaultFragmentListener (implements org.apache.dubbo.remoting.http12.message.StreamingDecoder.FragmentListener)
- org.apache.dubbo.remoting.http12.message.StreamingDecoder.NoopFragmentListener (implements org.apache.dubbo.remoting.http12.message.StreamingDecoder.FragmentListener)
- org.apache.dubbo.remoting.http12.netty4.StringValueIterator (implements java.util.Iterator<E>)
- java.lang.Throwable (implements java.io.Serializable)
- org.apache.dubbo.remoting.http12.message.codec.XmlCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.XmlCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
- org.apache.dubbo.remoting.http12.message.codec.YamlCodec (implements org.apache.dubbo.remoting.http12.message.HttpMessageCodec)
- org.apache.dubbo.remoting.http12.message.codec.YamlCodecFactory (implements org.apache.dubbo.remoting.http12.message.HttpMessageDecoderFactory, org.apache.dubbo.remoting.http12.message.HttpMessageEncoderFactory)
Annotation Type Hierarchy
- org.apache.dubbo.remoting.http12.rest.Mapping (implements java.lang.annotation.Annotation)
- org.apache.dubbo.remoting.http12.rest.Param (implements java.lang.annotation.Annotation)